plasma?
This commit is contained in:
parent
e9bd788175
commit
43979d0a82
4 changed files with 23 additions and 3 deletions
|
|
@ -19,7 +19,8 @@
|
||||||
}
|
}
|
||||||
./system
|
./system
|
||||||
./system/hardware-nova.nix
|
./system/hardware-nova.nix
|
||||||
./system/gnome.nix
|
# ./system/gnome.nix
|
||||||
|
./system/plasma.nix
|
||||||
./system/btrbk.nix
|
./system/btrbk.nix
|
||||||
./system/yubikey.nix
|
./system/yubikey.nix
|
||||||
./system/alt.nix
|
./system/alt.nix
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./minimal.nix
|
./minimal.nix
|
||||||
./gnome
|
# ./gnome
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./tex.nix
|
./tex.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
|
|
||||||
19
system/plasma.nix
Normal file
19
system/plasma.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.xserver.enable = true;
|
||||||
|
services.xserver.desktopManager.plasma6.enable = true;
|
||||||
|
# environment.gnome.excludePackages = (with pkgs; [
|
||||||
|
# gnome-tour
|
||||||
|
# ]) ++ (with pkgs.gnome; [
|
||||||
|
# geary
|
||||||
|
# yelp
|
||||||
|
# gnome-contacts
|
||||||
|
# gnome-initial-setup
|
||||||
|
# ]);
|
||||||
|
# environment.systemPackages = with pkgs.gnome; [
|
||||||
|
# gnome-sound-recorder
|
||||||
|
# gnome-tweaks
|
||||||
|
# gnome-boxes
|
||||||
|
# ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue