mv steam to modules
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
smayzy.nvidia.enable = true;
|
||||
smayzy = {
|
||||
nvidia.enable = true;
|
||||
steam.enable = true;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
@@ -53,8 +56,6 @@
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mako
|
||||
wofi
|
||||
|
||||
Reference in New Issue
Block a user