Merge branch 'master' of git.mvl.sh:vleeuwenmenno/dotfiles
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
Some checks failed
Nix Format Check / check-format (push) Failing after 40s
This commit is contained in:
commit
6bc7b88220
@ -5,8 +5,8 @@ source $HOME/dotfiles/bin/helpers/functions.sh
|
|||||||
declare -A apps=(
|
declare -A apps=(
|
||||||
["spotify"]="flatpak run com.spotify.Client"
|
["spotify"]="flatpak run com.spotify.Client"
|
||||||
["whatsapp"]="whatsapp-for-linux"
|
["whatsapp"]="whatsapp-for-linux"
|
||||||
["telegram"]="flatpak run io.github.kukuruzka165.materialgram"
|
["telegram"]="flatpak run org.telegram.desktop"
|
||||||
["discord"]="flatpak run com.discordapp.Discord"
|
["vesktop"]="vesktop"
|
||||||
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
||||||
["1password"]="1password"
|
["1password"]="1password"
|
||||||
["ulauncher"]="ulauncher-wrapped --no-window-shadow --hide-window"
|
["ulauncher"]="ulauncher-wrapped --no-window-shadow --hide-window"
|
||||||
|
3
config/home-manager/flake.lock
generated
3
config/home-manager/flake.lock
generated
@ -7,11 +7,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
"lastModified": 1739757849,
|
||||||
|
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
|
||||||
"lastModified": 1739757849,
|
"lastModified": 1739757849,
|
||||||
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
|
"narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
|
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
|
||||||
|
"rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
arcmenu
|
arcmenu
|
||||||
lilypad
|
lilypad
|
||||||
tailscale-qs
|
tailscale-qs
|
||||||
gsconnect
|
|
||||||
blur-my-shell
|
blur-my-shell
|
||||||
gtk4-desktop-icons-ng-ding
|
gtk4-desktop-icons-ng-ding
|
||||||
media-controls
|
media-controls
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Host *
|
Host *
|
||||||
IdentityFile ~/dotfiles/secrets/ssh_keys/menno_fallback.pem
|
IdentityFile ~/dotfiles/secrets/ssh_keys/mennos-2025.pem
|
||||||
IdentityAgent ~/.1password/agent.sock
|
IdentityAgent ~/.1password/agent.sock
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user