flake it 'til you make it
This commit is contained in:
parent
3113c7f66b
commit
e470f49a5c
12 changed files with 121 additions and 118 deletions
|
@ -8,7 +8,8 @@
|
|||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./../common
|
||||
./../../modules/common
|
||||
./../../modules/desktop
|
||||
];
|
||||
# enable flakes
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
@ -22,7 +23,6 @@
|
|||
networking.networkmanager.enable = true;
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
environment.shells = [ "/home/polygon/.nix-profile/bin/zsh" ];
|
||||
# Set your time zone.
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
@ -42,7 +42,6 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.polygon = {
|
||||
isNormalUser = true;
|
||||
|
@ -63,6 +62,7 @@
|
|||
neovim
|
||||
wget
|
||||
kitty
|
||||
git
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue