chore: Fix deprecation warnings
This commit is contained in:
parent
5799216ea4
commit
6ad1d2b1bb
2 changed files with 5 additions and 4 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
|
sshKeys = [ "9027AB16B9A7C20BD29F30F55CBA054430BF014C" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
pinentry-program ${pkgs.pinentry.qt}/bin/pinentry
|
pinentry-program ${pkgs.pinentry-qt}/bin/pinentry
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,9 +48,10 @@ in
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
extraLocaleSettings = {
|
extraLocaleSettings = {
|
||||||
TIME_STYLE = "iso";
|
LC_TIME = "sv_SE.UTF-8"; # iso foramt
|
||||||
};
|
};
|
||||||
extraLocales = "all";
|
extraLocales = "all";
|
||||||
|
defaultLocale = "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
console = {
|
console = {
|
||||||
|
|
@ -65,7 +66,7 @@ in
|
||||||
[
|
[
|
||||||
corefonts
|
corefonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-color-emoji
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
]
|
]
|
||||||
|
|
@ -93,7 +94,7 @@ in
|
||||||
ripgrep
|
ripgrep
|
||||||
git
|
git
|
||||||
nvidia-offload
|
nvidia-offload
|
||||||
pinentry
|
pinentry-qt
|
||||||
];
|
];
|
||||||
|
|
||||||
# adjust channels to nixpkgs used on this system via this flake
|
# adjust channels to nixpkgs used on this system via this flake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue