mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47:20 +02:00
feat(gallifrey): add a few softwares
This commit is contained in:
parent
e662b90e5a
commit
817851e0f0
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