feat: add a couple of apps

This commit is contained in:
Yoru
2024-12-11 17:20:13 +01:00
parent 9291ac696c
commit 88a8de8e4b
3 changed files with 5 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
myHome.shell.enable = true;
# TODO Move somewhere...
programs.spotify-player.enable = true;
# programs.spotify-player.enable = true;
programs.home-manager.enable = true;
home.stateVersion = "23.11";

View File

@@ -15,6 +15,8 @@ in
bottles
steam
discord
openttd
nile
];
programs.steam.enable = true;
programs.gamemode.enable = true;

View File

@@ -20,6 +20,8 @@ in
waybar
pavucontrol
swaynotificationcenter
wl-clipboard
hyprpaper
];
};
}