mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Improve the formatting
This commit is contained in:
parent
62f4103c7a
commit
692ef91ba9
14 changed files with 107 additions and 40 deletions
|
|
@ -7,7 +7,12 @@
|
|||
isNormalUser = true;
|
||||
description = "Sebastian Stork";
|
||||
hashedPasswordFile = config.sops.secrets.seb-password.path;
|
||||
extraGroups = ["wheel" "networkmanager" "libvirtd" "video"];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"libvirtd"
|
||||
"video"
|
||||
];
|
||||
};
|
||||
|
||||
home-manager.users.seb = ./home.nix;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,12 @@
|
|||
pkgs.vlc
|
||||
pkgs.onlyoffice-bin_latest
|
||||
|
||||
(pkgs.nerdfonts.override {fonts = ["JetBrainsMono" "NerdFontsSymbolsOnly"];})
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [
|
||||
"JetBrainsMono"
|
||||
"NerdFontsSymbolsOnly"
|
||||
];
|
||||
})
|
||||
pkgs.corefonts
|
||||
pkgs.roboto
|
||||
pkgs.open-sans
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue