mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
WIP
This commit is contained in:
parent
68834596c1
commit
cde3db64de
5 changed files with 50 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"nix-darwin"
|
||||
"nixos-unified"
|
||||
"nix-index-database"
|
||||
"nix-index"
|
||||
"nixvim"
|
||||
"omnix"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -60,11 +60,14 @@ in
|
|||
};
|
||||
|
||||
programs = {
|
||||
nix-index = {
|
||||
# Command not found handler based on nixpkgs
|
||||
nix-index-fork = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableNixCommand = true;
|
||||
};
|
||||
nix-index-database.comma.enable = true;
|
||||
|
||||
lsd = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ in
|
|||
users.users.${config.me.username}.isNormalUser = true;
|
||||
home-manager.users.${config.me.username} = { };
|
||||
home-manager.sharedModules = [
|
||||
inputs.nix-index.homeManagerModules.${pkgs.system}.default
|
||||
self.homeModules.default
|
||||
self.homeModules.linux-only
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue