update
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
./sddm.nix
|
||||
./hardware.nix
|
||||
./tailscale.nix
|
||||
./fonts.nix
|
||||
];
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
fastfetch
|
||||
wget
|
||||
];
|
||||
|
||||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
if [[ $(${pkgs.procps}/bin/ps --no-header --pid=$PPID --format=comm) != "fish" && -z ''${BASH_EXECUTION_STRING} ]]
|
||||
then
|
||||
|
||||
7
system_components/fonts.nix
Normal file
7
system_components/fonts.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
} : {
|
||||
fonts.packages = builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
}
|
||||
Reference in New Issue
Block a user