From 944319ecaead8e813ee803024ba850f71666a617 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Tue, 2 Jul 2024 21:09:19 +0900 Subject: [PATCH] Change icons --- flake.nix | 2 +- hosts/default/configuration.nix | 3 ++- hosts/default/home.nix | 3 ++- modules/home-manager/themes/{ghibli-gtk.nix => basic-gtk.nix} | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) rename modules/home-manager/themes/{ghibli-gtk.nix => basic-gtk.nix} (56%) diff --git a/flake.nix b/flake.nix index 7677a01..759876f 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - nixosConfigurations.default = nixpkgs.lib.nixosSystem { + nixosConfigurations.alienware = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = [ inputs.home-manager.nixosModules.default diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 42d0500..99dbedd 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -25,7 +25,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; - networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "alienware"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -117,6 +117,7 @@ wget vscode gparted + nh ]; # Some programs need SUID wrappers, can be configured further or are diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 7218a0a..d9f9483 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -5,7 +5,7 @@ [ ../../modules/home-manager/git.nix # ../../modules/home-manager/zsh.nix - ../../modules/home-manager/themes/ghibli-gtk.nix + ../../modules/home-manager/themes/basic-gtk.nix ]; # Allow Unfree @@ -29,6 +29,7 @@ # environment. home.packages = with pkgs; [ # Essentials + corefonts firefox ferdium git diff --git a/modules/home-manager/themes/ghibli-gtk.nix b/modules/home-manager/themes/basic-gtk.nix similarity index 56% rename from modules/home-manager/themes/ghibli-gtk.nix rename to modules/home-manager/themes/basic-gtk.nix index 80ee541..f8569aa 100644 --- a/modules/home-manager/themes/ghibli-gtk.nix +++ b/modules/home-manager/themes/basic-gtk.nix @@ -6,6 +6,6 @@ gtk.theme.package = lib.mkForce pkgs.adw-gtk3; gtk.theme.name = "adw-gtk3"; - gtk.iconTheme.package = pkgs.papirus-icon-theme; - gtk.iconTheme.name = "Papirus-Dark"; + gtk.iconTheme.package = pkgs.tela-circle-icon-theme; + gtk.iconTheme.name = "Tela-circle-dark"; } \ No newline at end of file