Updates
This commit is contained in:
parent
5295989c7c
commit
6d1c4a1dda
1 changed files with 2 additions and 5 deletions
|
@ -20,11 +20,11 @@
|
|||
};
|
||||
# Set Virtual Desktops
|
||||
Desktops = {
|
||||
Rows = 1;
|
||||
Number = {
|
||||
value = 4;
|
||||
immutable = true;
|
||||
};
|
||||
Rows = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -35,10 +35,7 @@
|
|||
wallpaper = "/etc/nixos/git/wallpapers/${theme}/wallpaper1.png";
|
||||
theme = "Arc-Dark";
|
||||
colorScheme = "Arc";
|
||||
};
|
||||
|
||||
kwin = {
|
||||
|
||||
cursor.theme = "Adwaita";
|
||||
};
|
||||
|
||||
panels = [
|
||||
|
|
Loading…
Reference in a new issue