mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
Added gitg
This commit is contained in:
parent
aa9ec50d95
commit
18a9b51b9a
|
@ -153,6 +153,7 @@ with builtins;
|
|||
sl lolcat ifuse
|
||||
cava
|
||||
prismlauncher
|
||||
gitg gnome-builder
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
|
18
flake.lock
18
flake.lock
|
@ -8,11 +8,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1667234164,
|
||||
"narHash": "sha256-oPMAvHZBDgamjmIQly5+sw2LtfKwY7qcWZZwKiwKQy8=",
|
||||
"lastModified": 1667574732,
|
||||
"narHash": "sha256-73TVk3uSQOja6Q/5OuNcpcqwo6+SMzJPRtYAjU0rBx4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "722e8d65d3aba6f527100cc2d1539e4ca04d066f",
|
||||
"rev": "b764068a506c6f70dba998efa0e7fcb99cb4deb2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -36,11 +36,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1667057402,
|
||||
"narHash": "sha256-MEIxCUD0Aiwr+QrZIbbcb8ReBsTYaleKie1AU6tRHfM=",
|
||||
"lastModified": 1667501134,
|
||||
"narHash": "sha256-DvH2mS0cV0o3rSzKbSuD8m2G4rM+W53SRVssQgGFlq8=",
|
||||
"owner": "kekrby",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "5e738ab9bda8a53f284b52c74b7c5ac185e4a297",
|
||||
"rev": "1b90099863ebb1b3cb71c82f6ba48d7e51748703",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -51,11 +51,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1667301035,
|
||||
"narHash": "sha256-o8sbiXh7vcIHgpAe/WdU5f7Kq/s3BD0ccyNSVAy7oKk=",
|
||||
"lastModified": 1667552457,
|
||||
"narHash": "sha256-9gH6VAK7idBb9owuLCKT2ODQUpDNc+UvcFWZ+lx41eM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "adf91a16c0354ba34f27c00c8ed3f4c73f2fd4d5",
|
||||
"rev": "7d09cc075f416997a8e547982b652ec2c7020a5f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
5
todo.md
5
todo.md
|
@ -3,3 +3,8 @@
|
|||
- add rofi thingy for editing rust stuff (with nix shell integration) or config
|
||||
- "temp"/"normal" clipboard via permaclip
|
||||
- proper coc bindings
|
||||
- fixing
|
||||
- looking at type
|
||||
- extract/others
|
||||
- format
|
||||
- project manager rofi script for opening tools in shell without open terminal
|
||||
|
|
Loading…
Reference in a new issue