mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
Compare commits
4 commits
7d98c7685d
...
da022b899f
Author | SHA1 | Date | |
---|---|---|---|
da022b899f | |||
3544f9c9cb | |||
21f63c9b29 | |||
9096236ccb |
4 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
kittysay "meow, what r we doin 2day :3"
|
# kittysay ">:3"
|
||||||
eval "$(zoxide init bash)"
|
eval "$(zoxide init bash)"
|
||||||
eval "$(direnv hook bash)"
|
eval "$(direnv hook bash)"
|
||||||
|
|
||||||
|
@ -8,4 +8,4 @@ NNN_PLUG='L:nmount'
|
||||||
BLUE="\x01[$(tput setaf 12)\x02]"
|
BLUE="\x01[$(tput setaf 12)\x02]"
|
||||||
RESET="\x01[$(tput setaf 15)\x02]"
|
RESET="\x01[$(tput setaf 15)\x02]"
|
||||||
|
|
||||||
# PS1='\n${BLUE} ${RESET}:\h \n\u@\h$ '
|
# PS1='\n${BLUE} ${RESET}:\h \n\u@\h$ '
|
||||||
|
|
|
@ -579,7 +579,7 @@ environment {
|
||||||
}
|
}
|
||||||
|
|
||||||
// apps to launch at startup
|
// apps to launch at startup
|
||||||
spawn-at-startup "zen-beta"
|
spawn-at-startup "qutebrowser"
|
||||||
spawn-at-startup "vesktop"
|
spawn-at-startup "vesktop"
|
||||||
spawn-at-startup "beeper"
|
spawn-at-startup "beeper"
|
||||||
spawn-at-startup "cinny"
|
spawn-at-startup "cinny"
|
||||||
|
@ -596,12 +596,12 @@ window-rule {
|
||||||
match at-startup=true app-id=r#"^discord$"#
|
match at-startup=true app-id=r#"^discord$"#
|
||||||
match at-startup=true app-id=r#"^vesktop$"#
|
match at-startup=true app-id=r#"^vesktop$"#
|
||||||
match at-startup=true app-id=r#"^Beeper$"#
|
match at-startup=true app-id=r#"^Beeper$"#
|
||||||
|
match at-startup=true app-id=r#"^cinny$"#
|
||||||
open-on-workspace "chat"
|
open-on-workspace "chat"
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"^discord$"#
|
match app-id=r#"^discord$"#
|
||||||
match is-active=true
|
|
||||||
open-maximized true
|
open-maximized true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
## This is here so configs done via the GUI are still loaded.
|
## This is here so configs done via the GUI are still loaded.
|
||||||
## Remove it to not load settings done via the GUI.
|
## Remove it to not load settings done via the GUI.
|
||||||
# config.load_autoconfig(True)
|
config.load_autoconfig(True)
|
||||||
|
|
||||||
## Aliases for commands. The keys of the given dictionary are the
|
## Aliases for commands. The keys of the given dictionary are the
|
||||||
## aliases, while the values are the commands they map to.
|
## aliases, while the values are the commands they map to.
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
rsync
|
rsync
|
||||||
obsidian
|
obsidian
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
|
nvimpager
|
||||||
# # You can also create simple shell scripts directly inside your
|
# # You can also create simple shell scripts directly inside your
|
||||||
# # configuration. For example, this adds a command 'my-hello' to your
|
# # configuration. For example, this adds a command 'my-hello' to your
|
||||||
# # environment:
|
# # environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue