no aliases
This commit is contained in:
parent
02ee8fd4e1
commit
33fa2a5847
6 changed files with 6 additions and 5 deletions
|
|
@ -46,7 +46,7 @@
|
|||
nix-inspect
|
||||
bat
|
||||
fd
|
||||
du-dust
|
||||
dust
|
||||
dysk
|
||||
gnupg
|
||||
attic-client
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
fonts.packages = with pkgs; [
|
||||
cascadia-code
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
noto-fonts-color-emoji
|
||||
liberation_ttf
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
"nvidia-settings"
|
||||
"cuda-merged"
|
||||
];
|
||||
nixpkgs.config.allowAliases = false;
|
||||
|
||||
# enable nix flakes
|
||||
nix.settings.experimental-features = [
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
config = lib.mkMerge [
|
||||
(lib.mkIf config.myModules.enableSecrets {
|
||||
environment.systemPackages = [
|
||||
inputs.agenix.packages.${pkgs.hostPlatform.system}.agenix
|
||||
inputs.agenix.packages.${pkgs.stdenv.hostPlatform.system}.agenix
|
||||
pkgs.age
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue