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
|
||||
|
||||
### ALIASES
|
||||
# alias yay "paru"
|
||||
# alias yeet "paru -Rns"
|
||||
# alias ls "exa -l"
|
||||
# alias la "exa -la"
|
||||
# alias mpf "mpv --profile=fast"
|
||||
# alias mps "mpv --profile=slow"
|
||||
# alias suspend "systemctl suspend"
|
||||
# alias sysuse "systemctl --user"
|
||||
# alias sys "systemctl"
|
||||
# alias ec "emacsclient -t"
|
||||
# alias ecc "emacsclient -c"
|
||||
# alias mkdir "mkdir -pv"
|
||||
# alias nupd "update-nix"
|
||||
# alias nupg "upgrade-nix"
|
||||
# alias nixs "nix search nixpkgs"
|
||||
# alias myip "curl icanhazip.com"
|
||||
# alias ytd "yt-dlp -o \"~/Videos/%(title)s.%(ext)s\" $1"
|
||||
alias yay "paru"
|
||||
alias yeet "paru -Rns"
|
||||
alias ls "exa -l"
|
||||
alias la "exa -la"
|
||||
alias mpf "mpv --profile=fast"
|
||||
alias mps "mpv --profile=slow"
|
||||
alias suspend "systemctl suspend"
|
||||
alias sysuse "systemctl --user"
|
||||
alias sys "systemctl"
|
||||
alias ec "emacsclient -t"
|
||||
alias ecc "emacsclient -c"
|
||||
alias mkdir "mkdir -pv"
|
||||
alias nupd "update-nix"
|
||||
alias nupg "upgrade-nix"
|
||||
alias nixs "nix search nixpkgs"
|
||||
alias myip "curl icanhazip.com"
|
||||
alias ytd "yt-dlp -o \"~/Videos/%(title)s.%(ext)s\" $1"
|
||||
|
||||
### Start X at login
|
||||
# if status is-login
|
||||
|
@ -236,6 +236,6 @@ end
|
|||
# end
|
||||
|
||||
# fm6000 -r -c blue
|
||||
# any-nix-shell fish --info-right | source
|
||||
any-nix-shell fish --info-right | source
|
||||
|
||||
direnv hook fish | source
|
||||
|
|
|
@ -74,6 +74,10 @@ with lib;
|
|||
proggyfonts
|
||||
];
|
||||
|
||||
hardware = {
|
||||
keyboard.qmk.enable = true;
|
||||
};
|
||||
|
||||
security.pam.services = {
|
||||
sddm.enableKwallet = true;
|
||||
greetd.enableKwallet = true;
|
||||
|
|
|
@ -22,6 +22,7 @@ with lib;
|
|||
doom-themes
|
||||
rainbow-delimiters
|
||||
smartparens
|
||||
paredit
|
||||
aggressive-indent
|
||||
adaptive-wrap
|
||||
which-key
|
||||
|
|
|
@ -19,6 +19,11 @@ with lib;
|
|||
brightnessctl
|
||||
dunst
|
||||
bottom
|
||||
ungoogled-chromium
|
||||
qutebrowser
|
||||
via
|
||||
vial
|
||||
brave
|
||||
ttyper
|
||||
kget
|
||||
audacity
|
||||
|
@ -28,6 +33,7 @@ with lib;
|
|||
nyxt
|
||||
sbcl
|
||||
openjdk
|
||||
qmk
|
||||
# pantalaimon
|
||||
plasma5Packages.kwallet
|
||||
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