dregil: Integrate my home configuration

This commit is contained in:
Alexander Kobjolke 2024-01-29 22:20:57 +01:00
parent 59512e77ef
commit e607d83f49
7 changed files with 202 additions and 12 deletions

View file

@ -17,7 +17,7 @@ in {
./hardware-configuration.nix
# <nixos-hardware/lenovo/legion/15ich>
../../modules/wm/x.nix
# ../../modules/wm/xmonad.nix
../../modules/wm/xmonad.nix
];
# Use the systemd-boot EFI boot loader.
@ -68,16 +68,6 @@ in {
sound.enable = true;
hardware.pulseaudio.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.alex = {
isNormalUser = true;
extraGroups = [
"wheel" # Enable sudo for the user.
"input"
];
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [

View file

@ -11,6 +11,7 @@
../../modules/common-system.nix
./configuration.nix
inputs.home-manager-unstable.nixosModules.home-manager
../../home/anne
../../home/anne/default.nix
../../home/alex/default.nix
];
}