myputer specific changes

This commit is contained in:
do butterflies cry? 2025-02-11 15:47:56 +10:00
parent fe1a8564f2
commit 008409db98
216 changed files with 544 additions and 24478 deletions

View file

@ -23,7 +23,7 @@
../modules/hypr/hypridle.nix
../modules/hypr/hyprlock.nix
../modules/kanshi.nix
../modules/wofi.nix
../modules/ags
];
/*
@ -89,17 +89,6 @@
# these are both required for home-manager to work
home-manager.enable = true;
ags = {
enable = true;
configDir = ./ags;
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
];
};
# I want to use fish as my login shell but it always
# goes terrible cause it isn't POSIX compliant, so
# instead Bash is my login and it will just exec fish