chore: flake update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-09-09 02:16:16 -03:00
parent 0bd88e83e5
commit 1c2f70735d
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
4 changed files with 28 additions and 27 deletions

24
flake.lock generated
View file

@ -40,11 +40,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1755177592, "lastModified": 1757091240,
"narHash": "sha256-g57GuirQ0jDuCGum3Ly6Troll8tt0SmUjOGXce/Y9Gk=", "narHash": "sha256-2Y1ekycQ2CraWxccj9xf+rgPPmrUBLTxumMX99qChA4=",
"owner": "Saghen", "owner": "Saghen",
"repo": "blink.cmp", "repo": "blink.cmp",
"rev": "4e9edba1b1cef1585cc65e54287229e5d34e4df8", "rev": "fa9e5fa324f8a721a562a7baeba35a0da44ec651",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -158,11 +158,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1755755322, "lastModified": 1757256385,
"narHash": "sha256-spCxkNihCk3uT3LUrUwzdEAjLA/E0EtEgF3KVI05nlM=", "narHash": "sha256-WK7tOhWwr15mipcckhDg2no/eSpM1nIh4C9le8HgHhk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "282b4c98de97da6667cb03de4f427371734bc39c", "rev": "f35703b412c67b48e97beb6e27a6ab96a084cd37",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -544,11 +544,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1755615617, "lastModified": 1757068644,
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=", "narHash": "sha256-NOrUtIhTkIIumj1E/Rsv1J37Yi3xGStISEo8tZm3KW4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "20075955deac2583bb12f07151c2df830ef346b4", "rev": "8eb28adfa3dc4de28e792e3bf49fcf9007ca8ac9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -617,11 +617,11 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1755613017, "lastModified": 1757219159,
"narHash": "sha256-QVT/L4QQr77IOq8z2L9atYIOZn78fwLfwDgbY/L+k50=", "narHash": "sha256-bpiaovTLPeScpnOdqfgq3oy4B/sD2Wnb5EdQZZM2tCY=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "df3f3ff6db7e1f553288592496f6293d32164d8a", "rev": "404130798716449bbd02e5f1b54272be55218644",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -25,7 +25,7 @@ pkgs.writeShellScriptBin "start_services" ''
# #
# Start polkit agent # Start polkit agent
# #
${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1 & ${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1 &
# #
# Start kwallet service # Start kwallet service

View file

@ -103,17 +103,17 @@
blender blender
krita krita
self.packages.${system}.lmms self.packages.${system}.lmms
orca-slicer # WARNING: Broken until they stop depending in libsoup - https://github.com/NixOS/nixpkgs/issues/360897 orca-slicer
shotcut shotcut
vcv-rack vcv-rack
vhs vhs
## Entertainment ## Entertainment
jellyfin-media-player #jellyfin-media-player # FIXME: Unsafe dependency: https://github.com/NixOS/nixpkgs/issues/437865
## Libraries ## Libraries
libsForQt5.kdegraphics-thumbnailers kdePackages.kdegraphics-thumbnailers
libsForQt5.kio-extras kdePackages.kio-extras
rnnoise-plugin rnnoise-plugin
## Development ## Development
@ -126,7 +126,7 @@
clipboard-sync.packages.${pkgs.stdenv.hostPlatform.system}.default clipboard-sync.packages.${pkgs.stdenv.hostPlatform.system}.default
cliphist cliphist
grim grim
libsForQt5.ark kdePackages.ark
loupe loupe
mako mako
slurp slurp

View file

@ -92,15 +92,16 @@
wl-clipboard wl-clipboard
xclip xclip
zoxide zoxide
(catppuccin-sddm.override # So SDDM finds the theme files. # FIXME: Waiting on https://github.com/NixOS/nixpkgs/pull/441255 to hit unstable
{ # (catppuccin-sddm.override # So SDDM finds the theme files.
flavor = "frappe"; # {
font = "IBM Plex Sans"; # flavor = "frappe";
fontSize = "11"; # font = "IBM Plex Sans";
background = "${../../assets/sddm/Background.jpg}"; # fontSize = "11";
loginBackground = true; # background = "${../../assets/sddm/Background.jpg}";
} # loginBackground = true;
) # }
# )
## Libraries ## Libraries
libsForQt5.qt5.qtgraphicaleffects libsForQt5.qt5.qtgraphicaleffects