remove hyprland from home manager

+ enable a bunch of programs and uninstall a few programs + fix mpd
This commit is contained in:
2026-06-25 21:24:18 +02:00
parent 64c156021a
commit bed947d4d9
2 changed files with 14 additions and 14 deletions
+11 -10
View File
@@ -90,9 +90,8 @@
};
boot.supportedFilesystems = [ "nfs" ];
services.mpd.settings.musicDirectory = {
# ~/Music
};
services.mpd.enable = true;
services.mpd.settings.musicDirectory = "~/Music";
# List packages installed in system profile. To search, run:
# $ nix search wget
@@ -104,21 +103,25 @@
};
services.goxlr-utility.enable = true;
programs.dms-shell.enable = true;
programs.steam.enable = true;
programs.yazi.enable = true;
programs.neovim.enable = true;
security.rtkit.enable = true;
systemd.services."rtkit-daemon".enable = true;
environment.systemPackages = with pkgs; [
wget
neovim
efibootmgr
gdu
kitty
nemo
legcord
awww
jamesdsp
rofi
waybar
# waybar
udiskie
librewolf
udisks2
grimblast
pywal16
@@ -131,7 +134,6 @@
zoxide
nitch
fzf
tmuxifier
eza
tmux
lxappearance
@@ -144,13 +146,12 @@
playerctl
trash-cli
equibop
steam
yazi
rmpc
wl-clipboard
cinny-desktop
unzip
p7zip
tree-sitter
];
nixpkgs.config.permittedInsecurePackages = [
+3 -4
View File
@@ -6,15 +6,14 @@ in
home.homeDirectory = "/home/user";
home.packages = with pkgs; [
hyprland
fzf
eza
nnn
];
wayland.windowManager.hyprland = {
enable = true;
};
# wayland.windowManager.hyprland = {
# enable = true;
# };
gtk = {
enable = true;