Add gnome extensions, fix aliases with sudo
This commit is contained in:
parent
f7253ecbe2
commit
dc247e6687
4 changed files with 17 additions and 5 deletions
13
users/functionalhacker/programs/gnome.nix
Normal file
13
users/functionalhacker/programs/gnome.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/gnome/shell" = {
|
||||
disable-user-extensions = false;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs.gnomeExtensions; [
|
||||
gsconnect
|
||||
night-theme-switcher
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue