stuff
This commit is contained in:
parent
dd65ed3285
commit
9b103fe0fd
3 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# dotnix
|
# caenix
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
"org/gnome/desktop/background".picture-uri = builtins.toString ../../../../../assets/wallpaper.png;
|
||||||
|
"org/gnome/desktop/screensaver".picture-uri = builtins.toString ../../../../../assets/wallpaper.png;
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
accent-color = "slate";
|
accent-color = "slate";
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
|
|
|
@ -34,5 +34,10 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ghostty
|
ghostty
|
||||||
dconf-editor
|
dconf-editor
|
||||||
];
|
] ++ (with pkgs.gnomeExtensions; [
|
||||||
|
caffeine
|
||||||
|
accent-directories
|
||||||
|
just-perfection
|
||||||
|
quick-settings-tweaker
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue