Compare commits

..

No commits in common. "2d9ffef40d4e962bd8a638723d012027e2423358" and "8cc4c190c30c17c73c2d2587955c421af7aedebe" have entirely different histories.

2 changed files with 10 additions and 10 deletions

View file

@ -301,11 +301,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1726611255, "lastModified": 1726440980,
"narHash": "sha256-/bxaYvIK6/d3zqpW26QFS0rqfd0cO4qreSNWvYLTl/w=", "narHash": "sha256-ChhIrjtdu5d83W+YDRH+Ec5g1MmM0xk6hJnkz15Ot7M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d2493de5cd1da06b6a4c3e97f4e7d5dd791df457", "rev": "a9c9cc6e50f7cbd2d58ccb1cd46a1e06e9e445ff",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -488,11 +488,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1726463316, "lastModified": 1726243404,
"narHash": "sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c=", "narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "99dc8785f6a0adac95f5e2ab05cc2e1bf666d172", "rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -543,11 +543,11 @@
"treefmt-nix": "treefmt-nix_2" "treefmt-nix": "treefmt-nix_2"
}, },
"locked": { "locked": {
"lastModified": 1726630837, "lastModified": 1726441328,
"narHash": "sha256-oZQD2Manl2MaX9xhLpEpVLJCODS053N+SGqolyRw6WA=", "narHash": "sha256-WGZuGGjWq4Rac3MwdnXaojvTOMo2HjqXEWughqCYMAk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "650e204c071a0faaf1f4073f5a0f0536cd738fed", "rev": "95b322a5220744a5cac725e62fa4e612851edbc2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,7 +20,7 @@ $terminal1 = kitty
$terminal2 = konsole $terminal2 = konsole
bind = $MainMod, Return, exec, $terminal1 bind = $MainMod, Return, exec, $terminal1
# bind = $MainMod+Shift, Return, exec $terminal2 bind = $MainMod+Shift, Return, exec $terminal2
bind = $MainMod, E, exec, $filemanager bind = $MainMod, E, exec, $filemanager
bind = $MainMod, R, exec, $menu bind = $MainMod, R, exec, $menu
bind = $MainMod, B, exec, $browser bind = $MainMod, B, exec, $browser