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