diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-06-10 09:07:19 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-06-10 09:07:19 +0200 |
| commit | 032a9931c8a04b294868217d917fe4e862c30204 (patch) | |
| tree | 3badc253384e2f6099439996760e419d1dac7b5c | |
| parent | 677ffed81557fc8216c690c46287a78f5dd8f35e (diff) | |
fix plymouth
| -rw-r--r-- | nixos/desktop/default.nix | 3 | ||||
| -rw-r--r-- | nixos/desktop/hyprland.nix | 1 | ||||
| -rw-r--r-- | nixos/flake.lock | 16 | ||||
| -rw-r--r-- | nixos/flake.nix | 4 | ||||
| -rw-r--r-- | nixos/hosts/apocalypse/default.nix | 8 |
5 files changed, 15 insertions, 17 deletions
diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index 13d3598..eb7fa46 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -62,7 +62,6 @@ fonts.packages = with pkgs; [ noto-fonts font-awesome - (nerdfonts.override {fonts = [ "Hermit" ]; }) - + nerd-fonts.hurmit ]; } diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix index a306d6b..84c05e7 100644 --- a/nixos/desktop/hyprland.nix +++ b/nixos/desktop/hyprland.nix @@ -1,7 +1,6 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ hyprland - hyprgui hyprshot hyprkeys hypridle diff --git a/nixos/flake.lock b/nixos/flake.lock index 2ad8b15..1219460 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -7,32 +7,32 @@ ] }, "locked": { - "lastModified": 1747331121, - "narHash": "sha256-3MmiUN/jOHBHQUnjqzg6qKArc17j2OS6jisEppDY4g8=", + "lastModified": 1749154018, + "narHash": "sha256-gjN3j7joRvT3a8Zgcylnd4NFsnXeDBumqiu4HmY1RIg=", "owner": "nix-community", "repo": "home-manager", - "rev": "1eec32f0efe3b830927989767a9e6ece0d82d608", + "rev": "7aae0ee71a17b19708b93b3ed448a1a0952bf111", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-24.11", + "ref": "release-25.05", "repo": "home-manager", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1747335874, - "narHash": "sha256-IKKIXTSYJMmUtE+Kav5Rob8SgLPnfnq4Qu8LyT4gdqQ=", + "lastModified": 1749237914, + "narHash": "sha256-N5waoqWt8aMr/MykZjSErOokYH6rOsMMXu3UOVH5kiw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ba8b70ee098bc5654c459d6a95dfc498b91ff858", + "rev": "70c74b02eac46f4e4aa071e45a6189ce0f6d9265", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/nixos/flake.nix b/nixos/flake.nix index c596032..8bb7d06 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -2,9 +2,9 @@ description = "NixOS configuration"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/nixos/hosts/apocalypse/default.nix b/nixos/hosts/apocalypse/default.nix index a6e6233..e57105c 100644 --- a/nixos/hosts/apocalypse/default.nix +++ b/nixos/hosts/apocalypse/default.nix @@ -11,15 +11,15 @@ useOSProber = true; device = "nodev"; - efiSupport = true; default = "saved"; memtest86.enable = true; # splashImage = ./GrubBG.png; }; - boot.loader.efi.canTouchEfiVariables = true; - boot.crashDump.enable = false; - boot.plymouth = { + boot.loader.efi.canTouchEfiVariables = true; + boot.initrd.systemd.enable = true; + boot.crashDump.enable = false; + boot.plymouth = { enable = true; theme = "bgrt"; }; |
