added enable option to nvim

changed home-manager personal config namespace from home.* to user.*
This commit is contained in:
Gabe Venberg 2024-05-29 13:40:03 -05:00
parent 322788aa3a
commit 6f0e167087
30 changed files with 539 additions and 525 deletions

View file

@ -6,12 +6,12 @@
}: {
programs.steam = {
enable = true;
extraCompatPackages = with pkgs;[
extraCompatPackages = with pkgs; [
proton-ge-bin
];
gamescopeSession.enable=true;
gamescopeSession.enable = true;
};
programs.gamemode.enable=true;
programs.gamemode.enable = true;
hardware.steam-hardware.enable = true;
}