fix error from before

This commit is contained in:
MFlossmann 2024-05-28 11:44:18 +02:00
parent 67f1cad4ee
commit a9fa056ccb
3 changed files with 12 additions and 17 deletions

View file

@ -1,12 +0,0 @@
{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [
vim
wget
git
libgcc
];
}

View file

@ -6,4 +6,11 @@
imports = [
# ./sops.nix
];
environment.systemPackages = with pkgs; [
vim
wget
git
libgcc
];
}

View file

@ -55,11 +55,15 @@
];
environment.systemPackages = with pkgs; [
keepassxc
# TODO: move to displaymanagers
kdePackages.kscreenlocker
gtklock
];
# TODO: move to displaymanagers
programs.partition-manager.enable = true;
fonts.enableDefaultPackages = true;
fonts.fontconfig = {
defaultFonts = {
@ -68,8 +72,4 @@
serif = ["JetBrainsMono Nerd Font"];
};
};
environment.systemPackages = with pkgs; [
keepassxc
];
}