init options, move ralph, fix wallpapers

This commit is contained in:
jackjohn7 2026-03-28 20:32:24 -05:00
parent 401109204b
commit 85dd534f53
15 changed files with 123 additions and 181 deletions

View file

@ -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;