mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 02:19:06 +02:00
feat(gallifrey): add a few softwares
This commit is contained in:
parent
e9635ed84b
commit
f8e6c3cc8b
2 changed files with 27 additions and 6 deletions
|
@ -108,8 +108,17 @@
|
|||
xorg.xinit
|
||||
gnomeExtensions.dash-to-dock
|
||||
gnomeExtensions.tailscale-status
|
||||
gnomeExtensions.appindicator
|
||||
gnome-tweaks
|
||||
pkgs.firefoxpwa
|
||||
];
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
nativeMessagingHosts.packages = [ pkgs.firefoxpwa ];
|
||||
};
|
||||
|
||||
environment.persistence."/persistent" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue