diff options
author | Karel Kočí <cynerd@email.cz> | 2023-11-16 10:11:07 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-11-16 10:11:07 +0100 |
commit | 42d1d06cf6f31eb813d394670393a204eb2d2fab (patch) | |
tree | d3cdbf7c51498eac44c1dbad46be52ccb89a011b /nixos | |
parent | 6e8e04876d6731fa61cbc1aeec63b3353f112fbd (diff) | |
download | nixos-personal-42d1d06cf6f31eb813d394670393a204eb2d2fab.tar.gz nixos-personal-42d1d06cf6f31eb813d394670393a204eb2d2fab.tar.bz2 nixos-personal-42d1d06cf6f31eb813d394670393a204eb2d2fab.zip |
nixos: reenable some previously disabled packages
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/desktop.nix | 6 | ||||
-rw-r--r-- | nixos/modules/develop.nix | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 87d6a4d..0fe18ef 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -67,8 +67,8 @@ in { pinentry-gnome pinentry-curses (pass.withExtensions (exts: [ - #exts.pass-otp - #exts.pass-audit + exts.pass-otp + exts.pass-audit ])) chromium @@ -152,7 +152,7 @@ in { gaphor # CAD - #freecad + freecad kicad sweethome3d.application qelectrotech diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 79f69a6..ac2d70c 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -111,7 +111,7 @@ with lib; { # SHV shvspy - #flatline + flatline shvcli # Images |