Some packages
This commit is contained in:
parent
9c15c78d6e
commit
5ee9d8369f
3 changed files with 5 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
environment.sessionVariables = rec {
|
||||
KDEHOME = "$XDG_CONFIG_HOME/kde4"; # Stops kde from placing a .kde4 folder in the home dir
|
||||
NIXOS_OZONE_WL = "1"; # Forces chromium and most electron apps to run in wayland
|
||||
};
|
||||
|
||||
users.users.user = {
|
||||
|
|
@ -14,6 +15,6 @@
|
|||
"adbusers"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
home-manager.users.user = import ../../../users/desktops/user.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue