treewide: slim down and reorganize config

This commit is contained in:
insects 2024-10-29 15:37:30 +01:00
parent 778775ceb6
commit 8a5be644b8
33 changed files with 131 additions and 755 deletions

View file

@ -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;
}