?
This commit is contained in:
parent
3a315d4b7a
commit
bc7e0bda5a
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue