home: add gnome
This commit is contained in:
parent
2db41e0489
commit
877fc0f997
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, lib, ...}:
|
||||
{
|
||||
home.sessionVariables = {
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
MOZ_WEBRENDER = 1;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
vscodium
|
||||
];
|
||||
}
|
|
@ -3,6 +3,6 @@
|
|||
imports = [
|
||||
./repo/default.nix
|
||||
./repo/desktop.nix
|
||||
./repo/sway.nix
|
||||
./repo/gnome.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue