Compare commits

..

2 Commits

Author SHA1 Message Date
111e864511 update 2025-08-13 11:53:23 -07:00
54201f002b use lib.concatLists 2025-08-12 01:57:55 -07:00
3 changed files with 159 additions and 158 deletions

36
flake.lock generated
View File

@@ -46,11 +46,11 @@
]
},
"locked": {
"lastModified": 1754964749,
"narHash": "sha256-zrF376CPh/rkB1xPXFN5WbbEqsd7ClOXxGx3sLMqgng=",
"lastModified": 1755104723,
"narHash": "sha256-YRGZYZPOQ6N7NEyFgVZt3oqGnFDdAJmLFuo8iDtiCps=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "8916044b55506a9b05b7c681ac864b302d867b34",
"rev": "f6151862155f7bb5e21b7682bc89905a8f188da2",
"type": "github"
},
"original": {
@@ -180,11 +180,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1754901323,
"narHash": "sha256-G4/LiwFvBAKy6E0GqcegyCjmaJNjdl+9rFRxrOOjH30=",
"lastModified": 1755104498,
"narHash": "sha256-kMosXLeEB43OtUKvhvzikKfFLpv7H7JzObCQO0j4X34=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "ed0fcb158e2ecf597a95dcc51facaf68557011a0",
"rev": "22a24ab05a9f4b3a94fba0aa0d8d850e6269241a",
"type": "github"
},
"original": {
@@ -213,11 +213,11 @@
"niri-unstable": {
"flake": false,
"locked": {
"lastModified": 1754894368,
"narHash": "sha256-I7uSAOosX79BLVTWRHWHvT9z3Lv8rDYY3RogV/0Gne0=",
"lastModified": 1755074352,
"narHash": "sha256-I+kpboTzfMwRVK76OoTmHStrGuzJPcmvZKxmlmL9q+A=",
"owner": "YaLTeR",
"repo": "niri",
"rev": "0044578681cee50fd7ad49fcb8d1e2ea53d85fe4",
"rev": "af9ce533100b49e8bc879b557ab830f5d3a18805",
"type": "github"
},
"original": {
@@ -244,11 +244,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1754767907,
"narHash": "sha256-8OnUzRQZkqtUol9vuUuQC30hzpMreKptNyET2T9lB6g=",
"lastModified": 1754937576,
"narHash": "sha256-3sWA5WJybUE16kIMZ3+uxcxKZY/JRR4DFBqLdSLBo7w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c5f08b62ed75415439d48152c2a784e36909b1bc",
"rev": "ddae11e58c0c345bf66efbddbf2192ed0e58f896",
"type": "github"
},
"original": {
@@ -304,11 +304,11 @@
]
},
"locked": {
"lastModified": 1754966322,
"narHash": "sha256-7f/LH60DnjjQVKbXAsHIniGaU7ixVM7eWU3hyjT24YI=",
"lastModified": 1755052812,
"narHash": "sha256-Tjw2YP7Hz8+ibE8wJ+Ps65vh1lzAe5ozmoo9sdQ7rGg=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "7c13cec2e3828d964b9980d0ffd680bd8d4dce90",
"rev": "433023cba5f4fa66b8b0fdbb8f91d420c9cc2527",
"type": "github"
},
"original": {
@@ -360,11 +360,11 @@
]
},
"locked": {
"lastModified": 1754972926,
"narHash": "sha256-2CEQSI3o7XWMc/DOdeNf6gTKjgGf8hHS0TB0HYPmSmA=",
"lastModified": 1755055213,
"narHash": "sha256-smOMNJ6ZM4mKvYB2z1Dbfkttr9fnjqeLT9bqRwn/L1U=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "508a7c0c5c993d237773be89f5ca91ff8c997b44",
"rev": "6391f8217d75b9f72b8c77572246937323ed90bc",
"type": "github"
},
"original": {

View File

@@ -21,23 +21,40 @@
home.packages =
with pkgs;
lib.concatLists [
# libreoffice
[
#calculator
gnome-calculator
#productivity stuff
libreoffice
hunspell # spellcheck
hunspellDicts.en_US # spellcheck dictionary
]
#video and audio downloading
parabolic
#soulseek client
nicotine-plus
#dark web browsing deep web browsing
# browsers
[
tor-browser
inputs.zen-browser.packages."${system}".twilight
]
# music library management
[
picard
puddletag
lrcget
]
# image editing
[
darktable
rawtherapee
hugin
gimp3
pinta
]
[
#calculator
gnome-calculator
# audio editing
audacity
@@ -82,37 +99,17 @@
libnotify # notifications library
xdg-utils # xdg utils
# music tagging utility
picard
# music lyric fetcher
lrcget
inputs.zen-browser.packages."${system}".twilight
puddletag
wireshark
darktable
rawtherapee
hugin
# nufraw
nautilus
nufraw-thumbnailer
gdk-pixbuf
nautilus
enblend-enfuse
savvycan
# simple screen recording on wayland
wl-screenrec
gimp3
pinta
# wayland-compatible color picker
hyprpicker
@@ -131,7 +128,9 @@
localsend
]
++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));
# all the fonts
(builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts))
];
# programs.zed-editor = {
# enable = true;

View File

@@ -123,6 +123,7 @@ in
home.packages =
with pkgs;
lib.concatLists [
[
# python formatter
ruff
@@ -202,10 +203,11 @@ in
yt-dlp
]
++ rust_pkgs
++ lsps
++ java_tools
++ common_tools;
rust_pkgs
lsps
java_tools
common_tools
];
# https://github.com/flamegraph-rs/flamegraph
home.file.".cargo/config.toml".text = ''