fix error from before
This commit is contained in:
parent
67f1cad4ee
commit
a9fa056ccb
3 changed files with 12 additions and 17 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
git
|
||||
libgcc
|
||||
];
|
||||
}
|
||||
|
|
@ -6,4 +6,11 @@
|
|||
imports = [
|
||||
# ./sops.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
git
|
||||
libgcc
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue