wip
This commit is contained in:
parent
1231503914
commit
c15ee0a39b
30 changed files with 703 additions and 118 deletions
|
@ -75,11 +75,11 @@
|
|||
# services.xserver.libinput.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.alejandro = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "video" "networkmanager"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
# users.users.alejandro = {
|
||||
# isNormalUser = true;
|
||||
# extraGroups = ["wheel" "video" "networkmanager"];
|
||||
# shell = pkgs.zsh;
|
||||
# };
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["Hack"];})
|
Loading…
Add table
Add a link
Reference in a new issue