added tldr, changed some structure stuff
This commit is contained in:
parent
fa40d31624
commit
c5b2341415
6 changed files with 7 additions and 9 deletions
|
@ -59,7 +59,7 @@ in {
|
|||
cc = "cd ~ && clear";
|
||||
mv = "mv -iv";
|
||||
rm = "trash -v";
|
||||
ls = "eza";
|
||||
ls = "eza --icons";
|
||||
l = "eza -a --icons";
|
||||
la = "eza -lha --icons --git";
|
||||
kys = "shutdown now";
|
||||
|
@ -68,8 +68,7 @@ in {
|
|||
v = "nvim";
|
||||
h = "hx";
|
||||
e = "emacs";
|
||||
update =
|
||||
''sudo nixos-rebuild switch --flake "${gitPath}#${hostname}"'';
|
||||
update = ''nh os switch "${gitPath}"'';
|
||||
flake = "cd '${gitPath}'";
|
||||
} // cfg.extraAliases;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
stylix = {
|
||||
polarity = "dark";
|
||||
image = ../../FreeBSD.png;
|
||||
image = ../../lib/wallpapers/FreeBSD.png;
|
||||
base16Scheme =
|
||||
"${pkgs.base16-schemes}/share/themes/gruvbox-dark-soft.yaml";
|
||||
autoEnable = true;
|
||||
|
@ -71,7 +71,7 @@ in {
|
|||
};
|
||||
};
|
||||
stylix = {
|
||||
image = ../../FreeBSD.png;
|
||||
image = ../../lib/wallpapers/FreeBSD.png;
|
||||
polarity = "dark";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, nur, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
vivado-desktop-symbol = pkgs.makeDesktopItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue