This commit is contained in:
Rouven Seifert 2023-02-02 12:31:38 +01:00
parent 7e4cb1f4ca
commit 7b09649d5f
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 25 additions and 21 deletions

View file

@ -24,11 +24,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1674928308, "lastModified": 1675303228,
"narHash": "sha256-elVU4NUZEl11BdT4gC+lrpLYM8Ccxqxs19Ix84HTI9o=", "narHash": "sha256-dHJbFg7gTuTyEUdJoNDp6l2bac6HXAT/bz9cVEqL+Uw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "08a778d80308353f4f65c9dcd3790b5da02d6306", "rev": "4a958524903e6019f5f69a23e0c0f16e5af01eb0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -47,11 +47,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1675167340, "lastModified": 1675285561,
"narHash": "sha256-3/DVhfR/7ZKZptjUPHlNlzYWGYrpP/cTMtW738wERRA=", "narHash": "sha256-0l239rdKHmtCf8xckssOk3bXf+gTXZa6gOEVVVeIfb0=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "eaf0fb14c933e49342afb0ae421e992dd84df8b9", "rev": "32d56fec977b109aeecb06288a1b45cfe6b83117",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -122,11 +122,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1675115703, "lastModified": 1675183161,
"narHash": "sha256-4zetAPSyY0D77x+Ww9QBe8RHn1akvIvHJ/kgg8kGDbk=", "narHash": "sha256-Zq8sNgAxDckpn7tJo7V1afRSk2eoVbu3OjI1QklGLNg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2caf4ef5005ecc68141ecb4aac271079f7371c44", "rev": "e1e1b192c1a5aab2960bf0a0bd53a2e8124fa18e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -153,11 +153,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1674352297, "lastModified": 1675265860,
"narHash": "sha256-OkAnJPrauEcUCrst4/3DKoQfUn2gXKuU6CFvhtMrLgg=", "narHash": "sha256-PZNqc4ZnTRT34NsHJYbXn+Yhghh56l8HEXn39SMpGNc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "918b760070bb8f48cb511300fcd7e02e13058a2e", "rev": "a3a1400571e3b9ccc270c2e8d36194cf05aab6ce",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -185,11 +185,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1674546403, "lastModified": 1675288837,
"narHash": "sha256-vkyNv0xzXuEnu9v52TUtRugNmQWIti8c2RhYnbLG71w=", "narHash": "sha256-76s8TLENa4PzWDeuIpEF78gqeUrXi6rEJJaKEAaJsXw=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "b6ab3c61e2ca5e07d1f4eb1b67304e2670ea230c", "rev": "a81ce6c961480b3b93498507074000c589bd9d60",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -192,11 +192,11 @@ in
extraConfig.Create = "near"; extraConfig.Create = "near";
}; };
# There is a lot of spam around, maybe we should not include that folder # There is a lot of spam around, maybe we should not include that folder
#channels.junk = { channels.junk = {
#nearPattern = "Junk"; nearPattern = "Junk";
#farPattern = "Public/Spam"; farPattern = "Public/Spam";
#extraConfig.Create = "near"; extraConfig.Create = "near";
#}; };
channels.drafts = { channels.drafts = {
nearPattern = "Drafts"; nearPattern = "Drafts";
farPattern = "Drafts"; farPattern = "Drafts";

View file

@ -21,6 +21,10 @@
match = "Host raspi User git"; match = "Host raspi User git";
identityFile = "~/.ssh/git"; identityFile = "~/.ssh/git";
}; };
"git@ifsr.de" = {
match = "Host raspi User git";
identityFile = "~/.ssh/git";
};
}; };
extraConfig = '' extraConfig = ''
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519

View file

@ -141,7 +141,7 @@ command! reload :write | restart
" program. " program.
" Pdf " Pdf
filextype *.pdf okular filextype *.pdf evince
" Audio " Audio
filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus filetype *.wav,*.mp3,*.flac,*.m4a,*.wma,*.ape,*.ac3,*.og[agx],*.spx,*.opus