Fix on sleep with Nvidia cards and add new wallpaper
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -48,11 +48,10 @@ with lib.hm.gvariant;
|
||||
};
|
||||
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-options = "zoom";
|
||||
picture-uri = "file://" + ./subtra.jpg;
|
||||
picture-uri-dark = "file://" + ./subtra.jpg;
|
||||
};
|
||||
|
||||
picture-options = "zoom";
|
||||
picture-uri = "file://" + ./WhiteHair.jpg;
|
||||
picture-uri-dark = "file://" + ./WhiteHair.jpg;
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/dash-to-panel" = {
|
||||
prefs-opened = false;
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
home.shell.neovim.enable = true;
|
||||
|
||||
# Code editor
|
||||
home.env.nix.enable = true;
|
||||
home.ide.zed.enable = true;
|
||||
|
||||
# Markdown Editor
|
||||
|
||||
Reference in New Issue
Block a user