feat: nixx and nixi commands/packages
This commit is contained in:
@@ -6,8 +6,6 @@ in
|
||||
{
|
||||
imports = [
|
||||
./scripts/desktop.nix
|
||||
./scripts/nixi.nix
|
||||
./scripts/nixx.nix
|
||||
];
|
||||
options.desktop = { };
|
||||
config = { };
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
imports = [
|
||||
../../modules/home-manager/theme.nix
|
||||
../../modules/home-manager/programs/librewolf
|
||||
../../modules/home-manager/packages/nixx.nix
|
||||
../../modules/home-manager/packages/nixi.nix
|
||||
./terminal.nix
|
||||
./wm.nix
|
||||
./keybinds.nix
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
../../../modules/home-manager/programs/starship.nix
|
||||
../../../modules/home-manager/programs/tmux.nix
|
||||
../../../modules/home-manager/programs/zsh.nix
|
||||
../../../modules/home-manager/packages/nixi.nix
|
||||
../../../modules/home-manager/packages/nixx.nix
|
||||
];
|
||||
|
||||
starship.enable = true;
|
||||
|
||||
@@ -16,4 +16,3 @@ in
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@ in
|
||||
nixx
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user