mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-12 04:22:07 +00:00
~
This commit is contained in:
parent
d97ef7c0d0
commit
465d097458
5 changed files with 15 additions and 7 deletions
8
Justfile
8
Justfile
|
@ -2,10 +2,14 @@ default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
rebuild host operation:
|
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:
|
switch host:
|
||||||
@just rebuild {{host}} switch
|
just rebuild {{host}} switch
|
||||||
|
just home-rebuild switch
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old
|
sudo nix-env --profile /nix/var/nix/profiles/system --delete-generations old
|
||||||
|
|
1
assets/wallpapers/current
Symbolic link
1
assets/wallpapers/current
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
2kki_rainyapartments.png
|
|
@ -1,3 +1,3 @@
|
||||||
hsetroot -cover ~/.dotfiles/assets/wallpapers/kendal.png
|
hsetroot -cover ~/.dotfiles/assets/wallpapers/current
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
polybar top &
|
polybar top &
|
||||||
|
|
|
@ -44,7 +44,8 @@ menu.separator.color: #f8fafc
|
||||||
|
|
||||||
menu.items.bg: Solid Flat
|
menu.items.bg: Solid Flat
|
||||||
menu.items.bg.color: #9aa6b2
|
menu.items.bg.color: #9aa6b2
|
||||||
|
menu.items.text.color: #000000
|
||||||
|
|
||||||
menu.items.active.bg: Solid Flat
|
menu.items.active.bg: Solid Flat
|
||||||
menu.items.active.bg.color: #bcccdc
|
menu.items.active.bg.color: #bcccdc
|
||||||
menu.items.active.text.color: #f8fafc
|
menu.items.active.text.color: #000000
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
username = "rae";
|
username = "rae";
|
||||||
|
homeDirectory = "/home/rae";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
TERM = "kitty";
|
TERM = "kitty";
|
||||||
|
@ -25,7 +26,7 @@
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font.name = "Fira Code";
|
font.name = "Fira Code";
|
||||||
theme = "Aquarium Light"; # or Base2Tone Meadow Dark
|
theme = "Mayukai";
|
||||||
};
|
};
|
||||||
neovim = {
|
neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -60,7 +61,7 @@
|
||||||
};
|
};
|
||||||
"bar/top" = {
|
"bar/top" = {
|
||||||
background = background;
|
background = background;
|
||||||
foreground = "#000";
|
foreground = foreground;
|
||||||
width = "100%";
|
width = "100%";
|
||||||
height = 32;
|
height = 32;
|
||||||
font-0 = "GohuFont:style=Regular:size=14;3";
|
font-0 = "GohuFont:style=Regular:size=14;3";
|
||||||
|
@ -99,6 +100,7 @@
|
||||||
label-occupied = "%name%";
|
label-occupied = "%name%";
|
||||||
label-occupied-padding = 1;
|
label-occupied-padding = 1;
|
||||||
label-empty = "%name%";
|
label-empty = "%name%";
|
||||||
|
label-empty-foreground = foreground;
|
||||||
label-empty-padding = 1;
|
label-empty-padding = 1;
|
||||||
label-urgent = "%name%";
|
label-urgent = "%name%";
|
||||||
label-urgent-background = color0;
|
label-urgent-background = color0;
|
||||||
|
@ -133,7 +135,7 @@
|
||||||
dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
|
dock-items = ["firefox.dockitem" "io.elementary.terminal.dockitem" "codium.dockitem" "io.elementary.settings.dockitem"];
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/background" = {
|
"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" = {
|
"org/gnome/desktop/wm/preferences" = {
|
||||||
button-layout = ":minimize,maximize,close";
|
button-layout = ":minimize,maximize,close";
|
||||||
|
|
Loading…
Add table
Reference in a new issue