mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
stop mc server
update nix-janitor and nix update lockfile fix nerd-fonts
This commit is contained in:
parent
b7e24442ec
commit
9bec2ed262
6 changed files with 68 additions and 107 deletions
|
|
@ -32,7 +32,15 @@
|
|||
nix-tree # view packages
|
||||
pciutils # lspci
|
||||
;
|
||||
inherit (nix-janitor.packages) default;
|
||||
nix-janitor = pkgs.symlinkJoin {
|
||||
name = "nix-janitor";
|
||||
paths = [ nix-janitor.packages.default ];
|
||||
nativeBuildInputs = [ pkgs.makeBinaryWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram "$out/bin/janitor" \
|
||||
--suffix PATH : ${lib.makeBinPath [ config.nix.package ]}
|
||||
'';
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ in
|
|||
fonts = {
|
||||
packages = [
|
||||
pkgs.overpass
|
||||
(pkgs.nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
];
|
||||
enableDefaultPackages = false;
|
||||
fontDir.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue