who even knows
This commit is contained in:
parent
d2b7eefd89
commit
470b9379f5
13 changed files with 523 additions and 248 deletions
|
|
@ -14,6 +14,10 @@ in {
|
|||
cryptsetup
|
||||
nfs-utils
|
||||
nerdctl
|
||||
bubblewrap
|
||||
fuse-overlayfs
|
||||
dwarfs
|
||||
wine-staging
|
||||
];
|
||||
environment.extraInit = "[[ -f ${homeManagerSessionVars} ]] && source ${homeManagerSessionVars} && echo 'x' > /tmp/test";
|
||||
|
||||
|
|
@ -59,6 +63,7 @@ in {
|
|||
startAgent = true;
|
||||
};
|
||||
steam.enable = true;
|
||||
adb.enable = true;
|
||||
};
|
||||
services = {
|
||||
resolved = {
|
||||
|
|
@ -131,10 +136,11 @@ in {
|
|||
};
|
||||
hardware.ledger.enable = true;
|
||||
services.trezord.enable = true;
|
||||
services.udisks2.enable = true; # kindle
|
||||
|
||||
# Set a sane system-wide default font
|
||||
fonts.packages = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["UbuntuMono"];})
|
||||
nerd-fonts.ubuntu-mono
|
||||
spleen
|
||||
];
|
||||
fonts.fontconfig.defaultFonts.monospace = ["UbuntuMono"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue