treewide: slim down and reorganize config
This commit is contained in:
parent
778775ceb6
commit
8a5be644b8
33 changed files with 131 additions and 755 deletions
|
@ -5,20 +5,19 @@
|
|||
./alacritty.nix
|
||||
./vscode.nix
|
||||
./1password.nix
|
||||
./obs.nix
|
||||
./irc.nix
|
||||
./emacs.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# my primary note-taking tool
|
||||
obsidian
|
||||
kdenlive
|
||||
audacity
|
||||
# a video player
|
||||
mpv
|
||||
# a music player
|
||||
spotify
|
||||
tidal-hifi
|
||||
# for watching stuff w/ friends
|
||||
syncplay
|
||||
chatterino2
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
@ -26,6 +25,4 @@
|
|||
QT_QPA_PLATFORM = "wayland";
|
||||
LIBSEAT_BACKEND = "logind";
|
||||
};
|
||||
|
||||
xdg.mimeApps.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue