init options, move ralph, fix wallpapers
This commit is contained in:
parent
401109204b
commit
85dd534f53
15 changed files with 123 additions and 181 deletions
|
|
@ -11,7 +11,7 @@
|
|||
self.nixosModules.development
|
||||
self.nixosModules.librewolf
|
||||
self.nixosModules.hyprland
|
||||
self.nixosModules.user-jingo
|
||||
self.nixosModules.user
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
@ -37,20 +37,6 @@
|
|||
variant = "";
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.jingo = {
|
||||
isNormalUser = true;
|
||||
description = "j";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"docker"
|
||||
"dialout"
|
||||
];
|
||||
packages = with pkgs; [ ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue