diff --git a/clients/quadphone/hardware-configuration.nix b/clients/quadphone/hardware-configuration.nix index c73a1a8..e6d9630 100644 --- a/clients/quadphone/hardware-configuration.nix +++ b/clients/quadphone/hardware-configuration.nix @@ -18,7 +18,7 @@ boot.initrd.allowMissingModules = true; nixpkgs = { - hostPlatform = "aarch64-linux"; + hostPlatform = "aarch64-linux"; # Do i use binfmt here config.allowBroken = true; }; } diff --git a/flake.lock b/flake.lock index 7a27e04..f8b8105 100644 --- a/flake.lock +++ b/flake.lock @@ -2368,11 +2368,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1755186698, - "narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=", + "lastModified": 1755615617, + "narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c", + "rev": "20075955deac2583bb12f07151c2df830ef346b4", "type": "github" }, "original": { diff --git a/modules/desktop/packages.nix b/modules/desktop/packages.nix index a05db60..075a148 100644 --- a/modules/desktop/packages.nix +++ b/modules/desktop/packages.nix @@ -1,9 +1,9 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ gimp + gale heroic inkscape - r2modman libreoffice authenticator cinny-desktop diff --git a/modules/server/packages.nix b/modules/server/packages.nix new file mode 100644 index 0000000..1ee7cb4 --- /dev/null +++ b/modules/server/packages.nix @@ -0,0 +1,5 @@ +{pkgs, ...}: { + environment.systemPackages = with pkgs; [ + btop + ]; +}