Skip to content

Commit

Permalink
Update kuchiki
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Sep 30, 2024
1 parent 97d66ca commit 318690c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
];
};

# Framework Laptop Intel 11th
# Framework Case Intel 11th
zangetsu = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
Expand Down Expand Up @@ -233,6 +233,8 @@
nixos-modules
++ [
./hosts/kuchiki
home-manager.nixosModules.home-manager
./homes
];
};

Expand Down
1 change: 1 addition & 0 deletions hosts/kuchiki/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
firefox.enable = false;
chrome.enable = false;
steam.enable = false;
# home.pc.enable = false;

# Set hostname
networking.hostName = lib.mkForce "kuchiki"; # Define your hostname.
Expand Down

0 comments on commit 318690c

Please sign in to comment.