mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-12-22 17:02:55 +00:00
Compare commits
2 commits
8cc4c190c3
...
2d9ffef40d
Author | SHA1 | Date | |
---|---|---|---|
2d9ffef40d | |||
647a6c88d7 |
2 changed files with 10 additions and 10 deletions
18
flake.lock
18
flake.lock
|
@ -301,11 +301,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726440980,
|
"lastModified": 1726611255,
|
||||||
"narHash": "sha256-ChhIrjtdu5d83W+YDRH+Ec5g1MmM0xk6hJnkz15Ot7M=",
|
"narHash": "sha256-/bxaYvIK6/d3zqpW26QFS0rqfd0cO4qreSNWvYLTl/w=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "a9c9cc6e50f7cbd2d58ccb1cd46a1e06e9e445ff",
|
"rev": "d2493de5cd1da06b6a4c3e97f4e7d5dd791df457",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -488,11 +488,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726243404,
|
"lastModified": 1726463316,
|
||||||
"narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=",
|
"narHash": "sha256-gI9kkaH0ZjakJOKrdjaI/VbaMEo9qBbSUl93DnU7f4c=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059",
|
"rev": "99dc8785f6a0adac95f5e2ab05cc2e1bf666d172",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -543,11 +543,11 @@
|
||||||
"treefmt-nix": "treefmt-nix_2"
|
"treefmt-nix": "treefmt-nix_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726441328,
|
"lastModified": 1726630837,
|
||||||
"narHash": "sha256-WGZuGGjWq4Rac3MwdnXaojvTOMo2HjqXEWughqCYMAk=",
|
"narHash": "sha256-oZQD2Manl2MaX9xhLpEpVLJCODS053N+SGqolyRw6WA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixvim",
|
"repo": "nixvim",
|
||||||
"rev": "95b322a5220744a5cac725e62fa4e612851edbc2",
|
"rev": "650e204c071a0faaf1f4073f5a0f0536cd738fed",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue