added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
22
alt/hosts/xfce/default.nix
Executable file
22
alt/hosts/xfce/default.nix
Executable file
|
@ -0,0 +1,22 @@
|
|||
{ config, pkgs, callPackage, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./packages.nix
|
||||
../common
|
||||
];
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
xfce = {
|
||||
enable = true;
|
||||
noDesktop = true;
|
||||
enableXfwm = false;
|
||||
};
|
||||
};
|
||||
displayManager.defaultSession = "xfce";
|
||||
windowManager.i3.enable = true;
|
||||
};
|
||||
...
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue