added tldr, changed some structure stuff
This commit is contained in:
parent
fa40d31624
commit
c5b2341415
6 changed files with 7 additions and 9 deletions
|
@ -39,16 +39,13 @@
|
||||||
btop.enable = true;
|
btop.enable = true;
|
||||||
mpv.enable = true;
|
mpv.enable = true;
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
# awesome.enable = true;
|
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
newsboat.enable = true;
|
newsboat.enable = true;
|
||||||
# emacs.enable = true;
|
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
stylix.enable = true;
|
stylix.enable = true;
|
||||||
helix.enable = true;
|
helix.enable = true;
|
||||||
nh.enable = true;
|
nh.enable = true;
|
||||||
schizofox.enable = true;
|
schizofox.enable = true;
|
||||||
# spicetify.enable = true;
|
|
||||||
anyrun.enable = true;
|
anyrun.enable = true;
|
||||||
};
|
};
|
||||||
services = { pipewire.enable = true; };
|
services = { pipewire.enable = true; };
|
||||||
|
|
|
@ -83,9 +83,11 @@ in {
|
||||||
spotube
|
spotube
|
||||||
steam
|
steam
|
||||||
strawberry
|
strawberry
|
||||||
|
svls
|
||||||
teamspeak_client
|
teamspeak_client
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
texliveFull
|
texliveFull
|
||||||
|
tldr
|
||||||
trilium-desktop
|
trilium-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
|
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
|
@ -59,7 +59,7 @@ in {
|
||||||
cc = "cd ~ && clear";
|
cc = "cd ~ && clear";
|
||||||
mv = "mv -iv";
|
mv = "mv -iv";
|
||||||
rm = "trash -v";
|
rm = "trash -v";
|
||||||
ls = "eza";
|
ls = "eza --icons";
|
||||||
l = "eza -a --icons";
|
l = "eza -a --icons";
|
||||||
la = "eza -lha --icons --git";
|
la = "eza -lha --icons --git";
|
||||||
kys = "shutdown now";
|
kys = "shutdown now";
|
||||||
|
@ -68,8 +68,7 @@ in {
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
h = "hx";
|
h = "hx";
|
||||||
e = "emacs";
|
e = "emacs";
|
||||||
update =
|
update = ''nh os switch "${gitPath}"'';
|
||||||
''sudo nixos-rebuild switch --flake "${gitPath}#${hostname}"'';
|
|
||||||
flake = "cd '${gitPath}'";
|
flake = "cd '${gitPath}'";
|
||||||
} // cfg.extraAliases;
|
} // cfg.extraAliases;
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,7 @@ in {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
stylix = {
|
stylix = {
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
image = ../../FreeBSD.png;
|
image = ../../lib/wallpapers/FreeBSD.png;
|
||||||
base16Scheme =
|
base16Scheme =
|
||||||
"${pkgs.base16-schemes}/share/themes/gruvbox-dark-soft.yaml";
|
"${pkgs.base16-schemes}/share/themes/gruvbox-dark-soft.yaml";
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
|
@ -71,7 +71,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
stylix = {
|
stylix = {
|
||||||
image = ../../FreeBSD.png;
|
image = ../../lib/wallpapers/FreeBSD.png;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, nur, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
vivado-desktop-symbol = pkgs.makeDesktopItem {
|
vivado-desktop-symbol = pkgs.makeDesktopItem {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue