Allow choosing between iwd and wpa_supplicant
This commit is contained in:
parent
0a2f22b0af
commit
c0a5d1f8cc
19 changed files with 384 additions and 199 deletions
home/features
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue