adding a lot of tweaks to nix stuff
This commit is contained in:
parent
600b299320
commit
bad4b948fb
5 changed files with 30 additions and 18 deletions
|
@ -201,23 +201,23 @@ end
|
||||||
# starship init fish | source
|
# starship init fish | source
|
||||||
|
|
||||||
### ALIASES
|
### ALIASES
|
||||||
# alias yay "paru"
|
alias yay "paru"
|
||||||
# alias yeet "paru -Rns"
|
alias yeet "paru -Rns"
|
||||||
# alias ls "exa -l"
|
alias ls "exa -l"
|
||||||
# alias la "exa -la"
|
alias la "exa -la"
|
||||||
# alias mpf "mpv --profile=fast"
|
alias mpf "mpv --profile=fast"
|
||||||
# alias mps "mpv --profile=slow"
|
alias mps "mpv --profile=slow"
|
||||||
# alias suspend "systemctl suspend"
|
alias suspend "systemctl suspend"
|
||||||
# alias sysuse "systemctl --user"
|
alias sysuse "systemctl --user"
|
||||||
# alias sys "systemctl"
|
alias sys "systemctl"
|
||||||
# alias ec "emacsclient -t"
|
alias ec "emacsclient -t"
|
||||||
# alias ecc "emacsclient -c"
|
alias ecc "emacsclient -c"
|
||||||
# alias mkdir "mkdir -pv"
|
alias mkdir "mkdir -pv"
|
||||||
# alias nupd "update-nix"
|
alias nupd "update-nix"
|
||||||
# alias nupg "upgrade-nix"
|
alias nupg "upgrade-nix"
|
||||||
# alias nixs "nix search nixpkgs"
|
alias nixs "nix search nixpkgs"
|
||||||
# alias myip "curl icanhazip.com"
|
alias myip "curl icanhazip.com"
|
||||||
# alias ytd "yt-dlp -o \"~/Videos/%(title)s.%(ext)s\" $1"
|
alias ytd "yt-dlp -o \"~/Videos/%(title)s.%(ext)s\" $1"
|
||||||
|
|
||||||
### Start X at login
|
### Start X at login
|
||||||
# if status is-login
|
# if status is-login
|
||||||
|
@ -236,6 +236,6 @@ end
|
||||||
# end
|
# end
|
||||||
|
|
||||||
# fm6000 -r -c blue
|
# fm6000 -r -c blue
|
||||||
# any-nix-shell fish --info-right | source
|
any-nix-shell fish --info-right | source
|
||||||
|
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
|
|
|
@ -74,6 +74,10 @@ with lib;
|
||||||
proggyfonts
|
proggyfonts
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware = {
|
||||||
|
keyboard.qmk.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
security.pam.services = {
|
security.pam.services = {
|
||||||
sddm.enableKwallet = true;
|
sddm.enableKwallet = true;
|
||||||
greetd.enableKwallet = true;
|
greetd.enableKwallet = true;
|
||||||
|
|
|
@ -22,6 +22,7 @@ with lib;
|
||||||
doom-themes
|
doom-themes
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
smartparens
|
smartparens
|
||||||
|
paredit
|
||||||
aggressive-indent
|
aggressive-indent
|
||||||
adaptive-wrap
|
adaptive-wrap
|
||||||
which-key
|
which-key
|
||||||
|
|
|
@ -19,6 +19,11 @@ with lib;
|
||||||
brightnessctl
|
brightnessctl
|
||||||
dunst
|
dunst
|
||||||
bottom
|
bottom
|
||||||
|
ungoogled-chromium
|
||||||
|
qutebrowser
|
||||||
|
via
|
||||||
|
vial
|
||||||
|
brave
|
||||||
ttyper
|
ttyper
|
||||||
kget
|
kget
|
||||||
audacity
|
audacity
|
||||||
|
@ -28,6 +33,7 @@ with lib;
|
||||||
nyxt
|
nyxt
|
||||||
sbcl
|
sbcl
|
||||||
openjdk
|
openjdk
|
||||||
|
qmk
|
||||||
# pantalaimon
|
# pantalaimon
|
||||||
plasma5Packages.kwallet
|
plasma5Packages.kwallet
|
||||||
sierra-breeze-enhanced
|
sierra-breeze-enhanced
|
||||||
|
|
1
qmk/firmware
Submodule
1
qmk/firmware
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 632de46b006a03ff04095a00ab21179d9510e39a
|
Loading…
Add table
Add a link
Reference in a new issue