1
Fork 0

Allow choosing between iwd and wpa_supplicant

This commit is contained in:
prescientmoon 2024-08-31 18:38:31 +02:00
commit c0a5d1f8cc
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
19 changed files with 384 additions and 199 deletions
home/features

View file

@ -1,6 +1,6 @@
{ config, ... }:
{
# {{{ Set up my custom imperanence wrapper
# {{{ Set up my custom imperanenceo wrapper
satellite.persistence = {
enable = true;
@ -46,6 +46,9 @@
"${config.xdg.cacheHome}/ghcide"
"${config.xdg.cacheHome}/cabal"
];
# TODO: should I move this in it's own haskell-specific file?
home.file.".stack/config.yaml".text = builtins.toJSON { notify-if-nix-on-path = false; };
# }}}
# {{{ Nodejs
satellite.persistence.at.cache.apps.nodejs = {
@ -135,6 +138,12 @@
"${config.xdg.configHome}/Bitwarden"
];
# }}}
# {{{ Gnome keyring
services.gnome-keyring.enable = true;
satellite.persistence.at.state.apps.gnome-keyring.directories = [
"${config.xdg.dataHome}/keyrings"
];
# }}}
# }}}
# {{{ Cli
# {{{ Sops