mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
Update flake and add ranger
, gcc
This commit is contained in:
parent
c163126be6
commit
18521168e2
4 changed files with 9 additions and 6 deletions
|
@ -4,3 +4,4 @@ alias nrebuild='sudo nixos-rebuild --use-remote-sudo switch'
|
||||||
alias code='codium'
|
alias code='codium'
|
||||||
alias ssh='ensure_ssh_key; ssh'
|
alias ssh='ensure_ssh_key; ssh'
|
||||||
alias rgf='rg --files | rg'
|
alias rgf='rg --files | rg'
|
||||||
|
alias rcd='ranger'
|
|
@ -14,11 +14,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727348695,
|
"lastModified": 1729880355,
|
||||||
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
|
"narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
|
"rev": "18536bf04cd71abd345f9579158841376fdd0c5a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -39,11 +39,11 @@
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729457884,
|
"lastModified": 1730078579,
|
||||||
"narHash": "sha256-oNuY6kQDfqpe1K6dEP7IIoegnSZvvv/WKD/6xcefncc=",
|
"narHash": "sha256-4h6PF9HYAfrOn1tY70mxauwBTWM6JLTs2AfzaBqFUrg=",
|
||||||
"owner": "0xc000022070",
|
"owner": "0xc000022070",
|
||||||
"repo": "zen-browser-flake",
|
"repo": "zen-browser-flake",
|
||||||
"rev": "8146e6a761f9d51f1a93528709733685ff046e2c",
|
"rev": "d0d8b3ee1b1740e4ecfe1a4f11dbcde1cdb782aa",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -16,6 +16,7 @@ in
|
||||||
curl
|
curl
|
||||||
fzf
|
fzf
|
||||||
jq
|
jq
|
||||||
|
ranger
|
||||||
ripgrep
|
ripgrep
|
||||||
networkmanager-openvpn
|
networkmanager-openvpn
|
||||||
(pkgs.writeTextDir "share/sddm/themes/breeze/theme.conf.user" ''
|
(pkgs.writeTextDir "share/sddm/themes/breeze/theme.conf.user" ''
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
opentofu
|
opentofu
|
||||||
python3
|
python3
|
||||||
gnumake
|
gnumake
|
||||||
|
gccgo
|
||||||
_1password-gui
|
_1password-gui
|
||||||
# nodejs_22
|
# nodejs_22
|
||||||
# corepack_22
|
# corepack_22
|
||||||
|
|
Loading…
Reference in a new issue