Add home-manager to droid.nix
This commit is contained in:
parent
b2a280f3c4
commit
cd18865322
|
@ -9,6 +9,9 @@
|
||||||
GDK_SCALE = "2";
|
GDK_SCALE = "2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Get home-manager up and running
|
||||||
|
home-manager.config = ./home-manager/common.nix;
|
||||||
|
|
||||||
# Have to put packages here, as it does not have environment.systemPackages
|
# Have to put packages here, as it does not have environment.systemPackages
|
||||||
environment.packages = with pkgs;
|
environment.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
@ -38,7 +41,6 @@
|
||||||
hyperfine
|
hyperfine
|
||||||
unstable.bottom
|
unstable.bottom
|
||||||
dogdns
|
dogdns
|
||||||
unstable.zenith
|
|
||||||
duf
|
duf
|
||||||
# CLI Markdown renderer
|
# CLI Markdown renderer
|
||||||
glow
|
glow
|
||||||
|
|
Loading…
Reference in New Issue