enable nix-index
This commit is contained in:
parent
5a1199a406
commit
784a3662e6
8
profiles/workspace/nix-index.nix
Normal file
8
profiles/workspace/nix-index.nix
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ ... }: {
|
||||||
|
home-manager.users.alukard = {
|
||||||
|
programs.nix-index = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -38,6 +38,7 @@
|
|||||||
i3status-rust
|
i3status-rust
|
||||||
kde
|
kde
|
||||||
light
|
light
|
||||||
|
nix-index
|
||||||
picom
|
picom
|
||||||
print-scan
|
print-scan
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user