some refactoring
This commit is contained in:
@@ -10,7 +10,7 @@ in {
|
||||
[
|
||||
./modules.nix
|
||||
./git.nix
|
||||
./shell.nix
|
||||
# ./shell.nix
|
||||
]
|
||||
++ lib.optionals isCnixpad [./cpmodules.nix];
|
||||
|
||||
|
||||
@@ -42,13 +42,19 @@
|
||||
# enable = false;
|
||||
# };
|
||||
};
|
||||
terminal = {
|
||||
cli = {
|
||||
alacritty = {
|
||||
enable = true;
|
||||
};
|
||||
bash = {
|
||||
enable = true;
|
||||
};
|
||||
foot = {
|
||||
enable = true;
|
||||
};
|
||||
jujutsu = {
|
||||
enable = false;
|
||||
};
|
||||
kitty = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -58,6 +64,9 @@
|
||||
zellij = {
|
||||
enable = false;
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
userd = {
|
||||
blueman-applet = {
|
||||
|
||||
@@ -20,8 +20,8 @@ in {
|
||||
la = "${getExe eza} -lah --tree";
|
||||
tree = "${getExe eza} --tree --icons=always";
|
||||
extract = "extract.sh";
|
||||
usermodules = "$EDITOR /home/$USER/.nix-config/home/users/$USER/modules.nix";
|
||||
umod = "$EDITOR /home/$USER/.nix-config/home/users/$USER/modules.nix";
|
||||
usermodules = "$EDITOR /home/$USER/.nix-config/users/$USER/modules.nix";
|
||||
umod = "$EDITOR /home/$USER/.nix-config/users/$USER/modules.nix";
|
||||
systemmodules = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/modules.nix";
|
||||
smod = "$EDITOR /home/$USER/.nix-config/hosts/$HOST/modules.nix";
|
||||
nixcleanboot = "sudo nix run /home/$USER/.nix-config#cleanup-boot";
|
||||
|
||||
Reference in New Issue
Block a user