diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-10 10:59:00 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-10 10:59:00 +0530 |
| commit | 7b952dc9b6001f21cd73562fea6040b2d175b944 (patch) | |
| tree | d20371ad79eb30c90e6af6d2f77173842453b6c1 | |
| parent | 2325f6b15defb8432fb0d7d0c1a5f5b636c9ebc3 (diff) | |
pegasus!! + space themed grub menu
| -rw-r--r-- | nixos/boot.nix | 14 | ||||
| -rw-r--r-- | nixos/configuration.nix | 2 | ||||
| -rw-r--r-- | nixos/home.nix | 2 | ||||
| -rw-r--r-- | nixos/nvim.nix | 1 |
4 files changed, 10 insertions, 9 deletions
diff --git a/nixos/boot.nix b/nixos/boot.nix index 0380d33..92a7ae4 100644 --- a/nixos/boot.nix +++ b/nixos/boot.nix @@ -24,15 +24,15 @@ ''; default = "saved"; theme = pkgs.stdenv.mkDerivation { - pname = "distro-grub-themes"; - version = "3.1"; + pname = "space-isolation"; + version = "0.2"; src = pkgs.fetchFromGitHub { - owner = "AdisonCavani"; - repo = "distro-grub-themes"; - rev = "v3.1"; - hash = "sha256-ZcoGbbOMDDwjLhsvs77C7G7vINQnprdfI37a9ccrmPs="; + owner = "callmenoodles"; + repo = "space-isolation"; + rev = "v0.2.0"; + hash = "sha256:180796bqzpcwcbk2hlwz2r0vw58crnvhss1hrc7rzp2s8y3zhf0w"; }; - installPhase = "cp -r customize/hp $out"; + installPhase = "cp -r 1920x1080 $out"; }; }; efi.canTouchEfiVariables = true; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index fe6eac0..dc79d99 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -14,7 +14,7 @@ <home-manager/nixos> ]; - networking.hostName = "aargh-omen"; + networking.hostName = "pegasus"; networking.networkmanager.enable = true; nixpkgs.config.allowUnfree = true; diff --git a/nixos/home.nix b/nixos/home.nix index 458b270..e9760dd 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -9,8 +9,8 @@ }; programs.adb.enable = true; programs.fish.enable = true; + programs.firefox.enable = true; home-manager.users.aargh = { pkgs, ... }: { - programs.firefox.enable = true; home.stateVersion = "25.05"; }; home-manager.backupFileExtension = "hm-backup"; diff --git a/nixos/nvim.nix b/nixos/nvim.nix index 9b637d7..b9271bb 100644 --- a/nixos/nvim.nix +++ b/nixos/nvim.nix @@ -30,6 +30,7 @@ in { zls typescript-language-server javascript-typescript-langserver + pyright (pkgs.python3.withPackages (ps: with ps; [ python-lsp-server python-lsp-jsonrpc |
