issue with hm fixed

This commit is contained in:
LunarAkai 2025-03-15 15:32:00 +01:00
commit 318f03df08
8 changed files with 61 additions and 45 deletions

View file

@ -10,13 +10,14 @@
}: {
imports = [
inputs.home-manager.nixosModules.home-manager
../common/global
../common/users/luna
# optional stuff
../common/optional/gnome.nix
../common/optional/pipewire.nix
# Include the results of the hardware scan.
./hardware-configuration.nix
];
@ -45,28 +46,6 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.luna = {
isNormalUser = true;
description = "luna";
extraGroups = ["networkmanager" "wheel"];
packages = with pkgs; [
# thunderbird
gnome-software
git
neovim
rustup
vscode.fhs
nix-inspect
protonvpn-gui
];
};
# flatpak
services.flatpak.enable = true;