summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/common.nix b/common.nix
index 0cf5cbb..d3aa068 100644
--- a/common.nix
+++ b/common.nix
@@ -30,9 +30,9 @@ in
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot";
- # zfs
+ # zfs & NTFS for Windows stuff
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
- boot.supportedFilesystems = [ "zfs" ];
+ boot.supportedFilesystems = [ "zfs" "ntfs" ];
services.zfs.autoScrub.enable = true;
services.zfs.trim.enable = true;
@@ -211,6 +211,7 @@ in
lsof
mailutils
mc
+ woeusb
zsh
zsh-powerlevel10k
];
@@ -432,6 +433,7 @@ in
hugo
inetutils
kate
+ kcalc
keychain
krita
libjxl