1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-07 09:52:50 +00:00
This commit is contained in:
Rae 5e 2024-12-17 19:32:03 -05:00
parent d97ef7c0d0
commit 465d097458
5 changed files with 15 additions and 7 deletions

View file

@ -2,10 +2,14 @@ default:
@just --list
rebuild host operation:
@cd nixos/ && sudo nixos-rebuild {{operation}} --flake .#{{host}} && cd ..
sudo nixos-rebuild {{operation}} --flake ./nixos#{{host}}
home-rebuild operation:
home-manager {{operation}} --flake ./nixos
switch host:
@just rebuild {{host}} switch
just rebuild {{host}} switch
just home-rebuild switch
clean:
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old

1
assets/wallpapers/current Symbolic link
View file

@ -0,0 +1 @@
2kki_rainyapartments.png

View file

@ -1,3 +1,3 @@
hsetroot -cover ~/.dotfiles/assets/wallpapers/kendal.png
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
xcompmgr &
polybar top &

View file

@ -44,7 +44,8 @@ menu.separator.color: #f8fafc
menu.items.bg: Solid Flat
menu.items.bg.color: #9aa6b2
menu.items.text.color: #000000
menu.items.active.bg: Solid Flat
menu.items.active.bg.color: #bcccdc
menu.items.active.text.color: #f8fafc
menu.items.active.text.color: #000000

View file

@ -3,6 +3,7 @@
home = {
stateVersion = "24.11";
username = "rae";
homeDirectory = "/home/rae";
sessionVariables = {
BROWSER = "firefox";
TERM = "kitty";
@ -25,7 +26,7 @@
kitty = {
enable = true;
font.name = "Fira Code";
theme = "Aquarium Light"; # or Base2Tone Meadow Dark
theme = "Mayukai";
};
neovim = {
enable = true;
@ -60,7 +61,7 @@
};
"bar/top" = {
background = background;
foreground = "#000";
foreground = foreground;
width = "100%";
height = 32;
font-0 = "GohuFont:style=Regular:size=14;3";
@ -99,6 +100,7 @@
label-occupied = "%name%";
label-occupied-padding = 1;
label-empty = "%name%";
label-empty-foreground = foreground;
label-empty-padding = 1;
label-urgent = "%name%";
label-urgent-background = color0;
@ -133,7 +135,7 @@
dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
};
"org/gnome/desktop/background" = {
picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/kendal.png;
picture-uri = "file://" + builtins.toString /home/rae/.dotfiles/assets/wallpapers/current;
};
"org/gnome/desktop/wm/preferences" = {
button-layout = ":minimize,maximize,close";