diff --git a/modules/apps/sys/chrome.nix b/modules/apps/sys/chrome.nix index 60223c5..604005e 100644 --- a/modules/apps/sys/chrome.nix +++ b/modules/apps/sys/chrome.nix @@ -1,7 +1,7 @@ { ... }: { flake.nixosModules.apps-sys-chrome = { pkgs, ... }: { environment.systemPackages = with pkgs; [ - chrome + google-chrome ]; }; } diff --git a/modules/hosts/computer-nadine/hardware.nix b/modules/hosts/computer-nadine/hardware.nix index 1f88e94..56a52ed 100644 --- a/modules/hosts/computer-nadine/hardware.nix +++ b/modules/hosts/computer-nadine/hardware.nix @@ -1,5 +1,5 @@ { ... }: { - flake.nixosModules.computer-mo = { system, ... }: { + flake.nixosModules.computer-nadine = { system, ... }: { boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ]; nixpkgs.hostPlatform = system; diff --git a/modules/hosts/computer-nadine/imports.nix b/modules/hosts/computer-nadine/imports.nix index cad1ac5..533e276 100644 --- a/modules/hosts/computer-nadine/imports.nix +++ b/modules/hosts/computer-nadine/imports.nix @@ -1,5 +1,5 @@ { inputs, config, ... }: { - flake.nixosModules.computer-mo = { ... }: { + flake.nixosModules.computer-nadine = { ... }: { imports = with inputs.self.nixosModules; [ apps-sys-chrome apps-sys-vesktop @@ -17,7 +17,7 @@ security-sys-sopsnix users-sys-nadine ]; - home-manager.users.mo.imports = with config.flake.homeModules; [ + home-manager.users.nadine.imports = with config.flake.homeModules; [ apps-usr-vesktop-all base-usr-group gaming-usr-steam-all