From bc7e0bda5ab52323e4c6919603f1080de2435912 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 27 Jul 2023 02:19:53 +0300 Subject: [PATCH] ? --- default.nix | 6 +++--- flake.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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 ]; };