We add declarative flatpak file
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
@@ -48,8 +48,8 @@ with lib.hm.gvariant;
|
||||
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-options = "zoom";
|
||||
picture-uri = "file://" + ./WhiteHair.jpg;
|
||||
picture-uri-dark = "file://" + ./WhiteHair.jpg;
|
||||
picture-uri = "file://" + ./walls.jpg;
|
||||
picture-uri-dark = "file://" + ./walls.jpg;
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/dash-to-panel" = {
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 526 KiB |
@@ -1,22 +0,0 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
xdg = {
|
||||
userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
};
|
||||
desktopEntries = {
|
||||
rust-rover = {
|
||||
name = "RustRover";
|
||||
comment = "Rust IDE from JetBrains";
|
||||
genericName = "Rust IDE from JetBrains";
|
||||
exec = "rust-rover";
|
||||
terminal = false;
|
||||
icon = "rustrover";
|
||||
type = "Application";
|
||||
categories = [ "Development" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -22,9 +22,6 @@
|
||||
home.env.nix.enable = true;
|
||||
home.ide.zed.enable = true;
|
||||
|
||||
# Markdown Editor
|
||||
home.md.obsidian.enable = true;
|
||||
|
||||
# The state version is required and should stay at the version you
|
||||
# originally installed.
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
Reference in New Issue
Block a user