Added configuration for Andrej
Use librewolf instead of firefox
This commit is contained in:
parent
c83cece584
commit
6f5a549bac
14 changed files with 5082 additions and 6 deletions
|
|
@ -13,9 +13,10 @@ in
|
|||
{
|
||||
imports =
|
||||
[
|
||||
./modules/fastfetch
|
||||
#./modules/fastfetch
|
||||
#./modules/tmux/home.nix
|
||||
]
|
||||
++ lib.optional (lib.strings.hasInfix "kylekrein" hwconfig.hostname) ./modules/fastfetch
|
||||
++ lib.optional (hwconfig.useImpermanence) (
|
||||
import ./modules/impermanence/home.nix {
|
||||
inherit username;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue