changes
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
specialArgs = {
|
||||
inherit inputs system;
|
||||
};
|
||||
modules = [ ./configuration.nix inputs.sops-nix.nixosModules.sops inputs.disko.nixosModules.disko {nixpkgs.overlays = overlays;} inputs.stylix.nixosModules.stylix];
|
||||
modules = [ ./configuration.nix inputs.sops-nix.nixosModules.sops inputs.disko.nixosModules.disko {nixpkgs.overlays = overlays;} ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
./modules/quickshell/home.nix
|
||||
./modules/chromium/home.nix
|
||||
./modules/neovim/home.nix
|
||||
./modules/stylix/home.nix
|
||||
#./modules/stylix/home.nix
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
|
||||
@@ -3,7 +3,7 @@ let
|
||||
|
||||
in {
|
||||
home.packages = [
|
||||
pkgs.neovim
|
||||
inputs.neovim-nightly-overlay.packages.${pkgs.system}.default
|
||||
];
|
||||
xdg.configFile."nvim" = {
|
||||
recursive = true;
|
||||
|
||||
@@ -4,14 +4,8 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.steam;
|
||||
in
|
||||
{
|
||||
options = {
|
||||
modules.steam.enable = lib.mkEnableOption "Steam configuration module";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
config = {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user