factorize os configurations
This commit is contained in:
parent
8de0ba7158
commit
09b1feb204
7 changed files with 134 additions and 155 deletions
|
|
@ -3,6 +3,7 @@
|
|||
imports = [ # Include the results of the hardware scan.
|
||||
./moon-hardware-configuration.nix
|
||||
./common.nix
|
||||
./common-graphics.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -26,7 +27,6 @@
|
|||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
programs.fish.enable = true;
|
||||
users.users.ant = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
|
|
@ -61,7 +61,6 @@
|
|||
to = 1764;
|
||||
} # KDE Connect
|
||||
];
|
||||
networking.hosts = { "90.52.247.64" = [ "home" ]; };
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue