diff --git a/default.nix b/default.nix index 509bc6d9..52ca523d 100644 --- a/default.nix +++ b/default.nix @@ -58,7 +58,7 @@ # keyMap = "us"; useXkbConfig = true; }; - # already sold soul to corporations \_O_/ + # already sold soul to corporations \_o_/ nixpkgs.config.allowUnfree = true; home-manager.useUserPackages = true; @@ -84,8 +84,8 @@ pamixer # unsupported application feh # im different unzip # zip file - gh # get hub - htop # h top + gh # github + htop # htop tree # trees ]; # you phisiclally cannot live without this diff --git a/flake.nix b/flake.nix index 7c816df3..2ee285d9 100644 --- a/flake.nix +++ b/flake.nix @@ -37,12 +37,14 @@ sakotop = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs; }; modules = [ + ./default.nix ./hosts/sakotop/configuration.nix ]; }; sakopc = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs; }; modules = [ + ./default.nix ./hosts/sakopc/configuration.nix ]; };