easier access to gnome extension settings
This commit is contained in:
parent
7e69af3214
commit
56918ef7ec
3 changed files with 8 additions and 8 deletions
|
@ -3,8 +3,13 @@
|
|||
|
||||
xsession = { enable = false; };
|
||||
|
||||
home.packages = with pkgs; [ gnome-usage gnome3.gnome-tweaks ];
|
||||
|
||||
home.packages = (with pkgs; [ gnome-usage gnome3.gnome-tweaks ])
|
||||
++ (with pkgs.gnomeExtensions; [
|
||||
caffeine
|
||||
clipboard-indicator
|
||||
gsconnect
|
||||
vitals
|
||||
]);
|
||||
dconf.settings = {
|
||||
"org/gnome/mutter" = {
|
||||
# https://github.com/NixOS/nixpkgs/issues/114514#issuecomment-1177709271
|
||||
|
|
|
@ -6,10 +6,4 @@
|
|||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
users.users.cyryl.packages = with pkgs.gnomeExtensions; [
|
||||
caffeine
|
||||
clipboard-indicator
|
||||
gsconnect
|
||||
vitals
|
||||
];
|
||||
}
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
wget
|
||||
whois
|
||||
wl-clipboard
|
||||
xdotool
|
||||
inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".youtube-dl
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue