Update system.nix
This commit is contained in:
parent
50e4e444b8
commit
5f8cbf469b
2 changed files with 54 additions and 32 deletions
|
|
@ -9,17 +9,5 @@
|
|||
pathsToLink = [ "/Applications" ];
|
||||
};
|
||||
|
||||
fonts.fonts = [
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
"Iosevka"
|
||||
"IosevkaTerm"
|
||||
"JetBrainsMono"
|
||||
"SourceCodePro"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
users.users.tobi.shell = pkgs.zshInteractive;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue