trying out cinnamon
This commit is contained in:
parent
21f7f53706
commit
fc3cf627d2
18
cinnamon.nix
Normal file
18
cinnamon.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }: {
|
||||
services = {
|
||||
libinput.enable = true;
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
desktopManager.cinnamon.enable = true;
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
style = "adwaita";
|
||||
};
|
||||
users.users.jawz.packages = with pkgs; [
|
||||
adw-gtk3 # theme legacy applications
|
||||
papirus-icon-theme # icon theme
|
||||
];
|
||||
}
|
||||
@ -2,8 +2,7 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../base.nix
|
||||
../../gnome.nix
|
||||
# ../../cosmic.nix
|
||||
../../cinnamon.nix
|
||||
../../pkgs/obs-studio.nix
|
||||
];
|
||||
my = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user