chore: lock n load

This commit is contained in:
Nick 2025-10-02 14:38:27 -05:00
parent 554a11442a
commit 612cf55520
4 changed files with 34 additions and 35 deletions

8
flake.lock generated
View file

@ -147,11 +147,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1759401029, "lastModified": 1759433781,
"narHash": "sha256-iR5dnjzz5Rt8X4RYMjoReKaD7zaNSM0iMl10j+Z/424=", "narHash": "sha256-1vy7IqnCDbO0C/t4Q5T8VdwgMcYCxwEnRi7imAmaKoQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "1cacf5cbb55c8533da2a6032a8ce279e4f991d47", "rev": "aff81d4e4839aca786296e02c24ffc119a5ba6c0",
"revCount": 10, "revCount": 11,
"type": "git", "type": "git",
"url": "ssh://git@gitlab.com/uprootnutrition/filesorter.git" "url": "ssh://git@gitlab.com/uprootnutrition/filesorter.git"
}, },

View file

@ -5,7 +5,7 @@
{ {
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit (pkgs) inherit (pkgs)
speedtest-rs speedtest-go
; ;
}; };
} }

View file

@ -1,35 +1,35 @@
{ pkgs, ... }: { pkgs, ... }:
let # let
flameshotGrim = pkgs.flameshot.overrideAttrs (oldAttrs: { # flameshotGrim = pkgs.flameshot.overrideAttrs (oldAttrs: {
src = pkgs.fetchFromGitHub { # src = pkgs.fetchFromGitHub {
owner = "flameshot-org"; # owner = "flameshot-org";
repo = "flameshot"; # repo = "flameshot";
rev = "3d21e4967b68e9ce80fb2238857aa1bf12c7b905"; # rev = "3d21e4967b68e9ce80fb2238857aa1bf12c7b905";
sha256 = "sha256-OLRtF/yjHDN+sIbgilBZ6sBZ3FO6K533kFC1L2peugc="; # sha256 = "sha256-OLRtF/yjHDN+sIbgilBZ6sBZ3FO6K533kFC1L2peugc=";
}; # };
cmakeFlags = [ # cmakeFlags = [
"-DUSE_WAYLAND_CLIPBOARD=1" # "-DUSE_WAYLAND_CLIPBOARD=1"
"-DUSE_WAYLAND_GRIM=1" # "-DUSE_WAYLAND_GRIM=1"
]; # ];
buildInputs = oldAttrs.buildInputs ++ [ pkgs.libsForQt5.kguiaddons ]; # buildInputs = oldAttrs.buildInputs ++ [ pkgs.libsForQt5.kguiaddons ];
}); # });
in # in
{ {
services.flameshot = { # services.flameshot = {
enable = true; # enable = true;
# package = flameshotGrim; # # package = flameshotGrim;
settings = { # settings = {
General = { # General = {
disabledTrayIcon = false; # disabledTrayIcon = false;
showStartupLaunchMessage = false; # showStartupLaunchMessage = false;
# disabledGrimWarning = false; # # disabledGrimWarning = false;
}; # };
}; # };
}; # };
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
# inherit (pkgs) inherit (pkgs)
# # flameshot flameshot
# ; ;
}; };
} }

1
modules/nixos/services/filesorter/default.nix Normal file → Executable file
View file

@ -1,4 +1,3 @@
{ {
services.filesorter = { services.filesorter = {
enable = true; enable = true;