Compare commits
3 commits
b85a94cb0b
...
6570a5b51c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6570a5b51c | ||
|
|
9446d1ff84 | ||
|
|
2d2d9652a3 |
2 changed files with 10 additions and 7 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767811801,
|
"lastModified": 1768325819,
|
||||||
"narHash": "sha256-QICeGwbXfqtaOZmgh6BrSBB72drPuHO3pjuyh+x8eIY=",
|
"narHash": "sha256-mBKqOJkxCRwEhIXfq93WTcDXsBlJ/f1Dfv9thJxrDPs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c068188a8e5c277f7bc8671557a7568864b57515",
|
"rev": "b1fa714d6cd656e3105d1965637be6ab7541d7d7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1767767207,
|
"lastModified": 1768127708,
|
||||||
"narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
|
"narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
|
"rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -245,6 +245,7 @@ in
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
opencode # ai coding tool
|
||||||
asciinema # terminal recorder/playback tool
|
asciinema # terminal recorder/playback tool
|
||||||
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
|
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
|
||||||
openh264 # rather, this is the client library
|
openh264 # rather, this is the client library
|
||||||
|
|
@ -254,6 +255,7 @@ in
|
||||||
binutils # gnu bin utils
|
binutils # gnu bin utils
|
||||||
# conda # python environment management
|
# conda # python environment management
|
||||||
gettext # gnu lib for text manipulation (added for envsubst)
|
gettext # gnu lib for text manipulation (added for envsubst)
|
||||||
|
fresh-editor # cli editor like...notepad++ or someething? seems nice.
|
||||||
uv # alternative for python env management...
|
uv # alternative for python env management...
|
||||||
lazydocker # docker[/compose] tui
|
lazydocker # docker[/compose] tui
|
||||||
sqlite-interactive # sqlite cli
|
sqlite-interactive # sqlite cli
|
||||||
|
|
@ -301,6 +303,7 @@ in
|
||||||
brave # privacy oriented browser
|
brave # privacy oriented browser
|
||||||
zig # the zig language
|
zig # the zig language
|
||||||
powerline # prompt utility
|
powerline # prompt utility
|
||||||
|
dust # cli hdd space usage visualization
|
||||||
distrobox # instant alternate OS availability
|
distrobox # instant alternate OS availability
|
||||||
pigz # muti-treaded replacement for gzip
|
pigz # muti-treaded replacement for gzip
|
||||||
unzip # old standard zip handler
|
unzip # old standard zip handler
|
||||||
|
|
@ -332,7 +335,7 @@ in
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = false;
|
||||||
};
|
};
|
||||||
# Orchestrator for FOSS VR stack
|
# Orchestrator for FOSS VR stack
|
||||||
#programs.envision = {
|
#programs.envision = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue