-fastfetch;+nitch
This commit is contained in:
parent
cc38372ee0
commit
3d52c0576e
@ -2,7 +2,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./fastfetch.nix
|
./nitch.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./zellij.nix
|
./zellij.nix
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
with lib; let
|
|
||||||
cfg = config.features.cli.fastfetch;
|
|
||||||
in {
|
|
||||||
options.features.cli.fastfetch.enable = mkEnableOption "enable fastfetch";
|
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
home.packages = with pkgs; [fastfetch];
|
|
||||||
};
|
|
||||||
}
|
|
15
home/features/cli/nitch.nix
Normal file
15
home/features/cli/nitch.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; let
|
||||||
|
cfg = config.features.cli.nitch;
|
||||||
|
in {
|
||||||
|
options.features.cli.nitch.enable = mkEnableOption "enable nitch";
|
||||||
|
|
||||||
|
config = mkIf cfg.enable {
|
||||||
|
home.packages = with pkgs; [nitch];
|
||||||
|
};
|
||||||
|
}
|
@ -130,7 +130,7 @@
|
|||||||
bind = [
|
bind = [
|
||||||
"$mainMod, return, exec, kitty -e zellij-ps"
|
"$mainMod, return, exec, kitty -e zellij-ps"
|
||||||
# "$mainMod, t, exec, warp-terminal"
|
# "$mainMod, t, exec, warp-terminal"
|
||||||
"$mainMod, t, exec, kitty -e fish -c 'fastfetch; exec fish'"
|
"$mainMod, t, exec, kitty -e fish -c 'nitch; exec fish'"
|
||||||
"$mainMod SHIFT, t, exec, launch-timer"
|
"$mainMod SHIFT, t, exec, launch-timer"
|
||||||
"$mainMod SHIFT, e, exec, kitty -e zellij_nvim"
|
"$mainMod SHIFT, e, exec, kitty -e zellij_nvim"
|
||||||
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
|
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
|
||||||
|
@ -50,7 +50,7 @@ in {
|
|||||||
cli = {
|
cli = {
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
fastfetch.enable = true;
|
nitch.enable = true;
|
||||||
secrets.enable = true;
|
secrets.enable = true;
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
cli = {
|
cli = {
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
fastfetch.enable = true;
|
nitch.enable = true;
|
||||||
secrets.enable = false;
|
secrets.enable = false;
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
cli = {
|
cli = {
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
fastfetch.enable = true;
|
nitch.enable = true;
|
||||||
secrets.enable = false;
|
secrets.enable = false;
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -50,7 +50,7 @@ in {
|
|||||||
cli = {
|
cli = {
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
fastfetch.enable = true;
|
nitch.enable = true;
|
||||||
secrets.enable = true;
|
secrets.enable = true;
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
trezord.enable = true;
|
trezord.enable = true;
|
||||||
gnome.gnome-keyring.enable = true;
|
gnome.gnome-keyring.enable = true;
|
||||||
qdrant.enable = true;
|
qdrant.enable = true;
|
||||||
|
stirling-pdf.enable = true;
|
||||||
avahi = {
|
avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns4 = true;
|
nssmdns4 = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user