mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 05:10:55 +01: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
machines/gallifrey
|
@ -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 = [
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
texlive.combined.scheme-full
|
||||
inochi-creator
|
||||
inochi-session
|
||||
chromium
|
||||
gh
|
||||
ouch
|
||||
spotify
|
||||
|
@ -91,6 +90,16 @@
|
|||
emacsPackages.jinx
|
||||
hunspellDicts.en_US
|
||||
rstudio
|
||||
forge-sparks
|
||||
citations
|
||||
blanket
|
||||
fragments
|
||||
metadata-cleaner
|
||||
gnome-obfuscate
|
||||
warp
|
||||
tuba
|
||||
resources
|
||||
notify-client
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
@ -100,6 +109,8 @@
|
|||
".config/gnome-initial-setup-done"
|
||||
".config/monitors.xml"
|
||||
".config/background"
|
||||
".cert/nm-openvpn/telecom-paris-ca.pem"
|
||||
".local/share/com.ranfdev.Notify.sqlite"
|
||||
];
|
||||
directories = [
|
||||
"Pictures"
|
||||
|
@ -111,23 +122,24 @@
|
|||
".local/share/direnv"
|
||||
".local/state/cosmic-comp"
|
||||
".local/share/atuin"
|
||||
".local/share/firefoxpwa"
|
||||
".config/Signal"
|
||||
".cache/spotify"
|
||||
".config/spotify"
|
||||
".config/autostart"
|
||||
".config/borg"
|
||||
".config/pika-backup"
|
||||
".config/Element"
|
||||
".step"
|
||||
".emacs.d"
|
||||
".gnupg"
|
||||
"Zotero"
|
||||
".config/dconf"
|
||||
".local/share/keyrings"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox;
|
||||
};
|
||||
|
||||
home.keyboard = {
|
||||
layout = "fr";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue