updated lock file, have working devshell and build (haven't installed it)

This commit is contained in:
Anish Lakhwara
2022-12-07 01:26:43 +10:00
parent da8e3f16a2
commit 07b611690e
6 changed files with 49 additions and 48 deletions
+5 -5
View File
@@ -47,11 +47,11 @@
boot.supportedFilesystems = [ "ntfs" ];
# https://github.com/NixOS/nixpkgs/issues/26722
# boot.initrd.systemd.enable = true;
# boot.plymouth = {
# enable = true;
# themePackages = [ pkgs.plymouth-themes ];
# theme = "motion";
# };
boot.plymouth = {
enable = true;
themePackages = [ pkgs.plymouth-themes ];
theme = "motion";
};
# lazy enable of ports necessary for KDE connect which is installed via cli home profile (for some reason?)
networking.firewall = {