summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-02-11 10:02:34 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-02-11 10:02:34 +0100
commitb7d30b96d030b6b35b26cba317bd9864250a86bb (patch)
tree5275047d2af46be4c53a9e4c218bcd3a3cad6a55
parent0ebc1b47338c83be820da5294e83e6898443398c (diff)
allow windows installer creation
-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