kekl
This commit is contained in:
@ -12,5 +12,6 @@
|
|||||||
home.file = {
|
home.file = {
|
||||||
".wp/temple.png".source = ./raw/wp/temple.png;
|
".wp/temple.png".source = ./raw/wp/temple.png;
|
||||||
".wp/skull_purple.png".source = ./raw/wp/skull_purple.png;
|
".wp/skull_purple.png".source = ./raw/wp/skull_purple.png;
|
||||||
|
".wp/gruvbox-dark-blue.png".source = ./raw/wp/gruvbox-dark-blue.png;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./bspwm.nix
|
./bspwm.nix
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
#./polybar.nix
|
|
||||||
./eww.nix
|
|
||||||
];
|
];
|
||||||
#home.file = {
|
#home.file = {
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
programs.eww = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
services = {
|
|
||||||
polybar = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -29,8 +29,7 @@
|
|||||||
];
|
];
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
eval "$(fzf --bash)"
|
eval "$(fzf --bash)"
|
||||||
PS1='\[\e[35m\][\u@\h:\w] % \[\e[0m\]'
|
PS1="\[\e[38;5;216m\]\u\[\e[38;5;220m\]@\[\e[38;5;222m\]\h \[\e[38;5;229m\]\w \[\033[0m\]% "
|
||||||
|
|
||||||
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
|
||||||
tmux attach-session -t default || tmux new-session -s default
|
tmux attach-session -t default || tmux new-session -s default
|
||||||
fi
|
fi
|
||||||
|
BIN
modules/raw/wp/gruvbox-dark-blue.png
Normal file
BIN
modules/raw/wp/gruvbox-dark-blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 181 KiB |
Reference in New Issue
Block a user