feat: add gnome extensions and gnome config
This commit is contained in:
parent
16988b7454
commit
92cd0683c2
4 changed files with 98 additions and 1 deletions
|
|
@ -101,7 +101,14 @@
|
|||
users.users.heroz = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [ ];
|
||||
packages = with pkgs; [
|
||||
gnomeExtensions.blur-my-shell
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.vitals
|
||||
gnomeExtensions.clipboard-indicator
|
||||
gnomeExtensions.forge
|
||||
gnomeExtensions.media-controls
|
||||
];
|
||||
};
|
||||
|
||||
# List packages installed in system profile.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue