mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
moved gnome extensions to common home config
This commit is contained in:
parent
68ab9e297d
commit
275ba1e161
|
@ -19,14 +19,6 @@
|
||||||
gh
|
gh
|
||||||
git
|
git
|
||||||
github-desktop
|
github-desktop
|
||||||
gnomeExtensions.appindicator
|
|
||||||
gnomeExtensions.blur-my-shell
|
|
||||||
gnomeExtensions.gsconnect
|
|
||||||
gnomeExtensions.light-shell
|
|
||||||
gnomeExtensions.night-theme-switcher
|
|
||||||
gnomeExtensions.noannoyance-fork
|
|
||||||
gnomeExtensions.tailscale-status
|
|
||||||
gnomeExtensions.tiling-assistant
|
|
||||||
syncthing
|
syncthing
|
||||||
vscode
|
vscode
|
||||||
warp-terminal
|
warp-terminal
|
||||||
|
|
|
@ -10,9 +10,14 @@
|
||||||
|
|
||||||
# Packages that should be installed to the user profile.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vscode
|
gparted
|
||||||
gh
|
gnomeExtensions.appindicator
|
||||||
git
|
gnomeExtensions.blur-my-shell
|
||||||
wget
|
gnomeExtensions.gsconnect
|
||||||
|
gnomeExtensions.light-shell
|
||||||
|
gnomeExtensions.night-theme-switcher
|
||||||
|
gnomeExtensions.noannoyance-fork
|
||||||
|
gnomeExtensions.tailscale-status
|
||||||
|
gnomeExtensions.tiling-assistant
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue