skwd (not working properly)
This commit is contained in:
winter
2026-05-31 11:47:44 -07:00
parent 29c4aa84a0
commit 099a6d05fa
6 changed files with 135 additions and 26 deletions

View File

@@ -50,6 +50,9 @@
home.packages = with pkgs; [
cargo
spotify-player
wl-clipboard
clipse
timg
];
home = {
@@ -57,7 +60,6 @@
homeDirectory = "/home/luke";
};
# necessary?
programs.home-manager.enable = true;
# Shell environment
@@ -122,6 +124,8 @@
enable = true;
};
programs.quickshell.enable = true;
# Day to day
programs.spicetify = {
enable = true;