This commit is contained in:
Kat Inskip 2025-07-14 02:57:42 -07:00
parent 6e139328bb
commit 2d05aef526
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 26 additions and 49 deletions

43
flake.lock generated
View file

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1752468338, "lastModified": 1752473264,
"narHash": "sha256-JpV8ROSZydkPJHh/UjErk/YnVpnvrf4LegzZP4Dudew=", "narHash": "sha256-PhowmGOEqpVHSijrb/5f2HHwaH2uaGxS6kWQKdGyIgM=",
"owner": "kittywitch", "owner": "kittywitch",
"repo": "arcexprs", "repo": "arcexprs",
"rev": "ec4452b08272248386e371b1d0c236a60fe2c4d5", "rev": "fed3d7a889571f065741db910b0e0435a23af2e6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -29,11 +29,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1752468274, "lastModified": 1752471575,
"narHash": "sha256-kE3/hdulqBns7ze1r1p8AlIHIU/yxgeEMCadYZJjKck=", "narHash": "sha256-HJZosSUcwX7HuGWyRkhBJQ1ToUkPzRzakM4ozoZmeTY=",
"owner": "kittywitch", "owner": "kittywitch",
"repo": "base16.nix", "repo": "base16.nix",
"rev": "5cc4c252a8218767ee9e5001a7addd6dc4eea073", "rev": "f038c00bc1a4750340e3ade44063d67e4408db44",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -77,17 +77,14 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1752227483, "lastModified": 1752485319,
"narHash": "sha256-eetITGJfURryoHY5gfuE9/4sEV9aSgzhPxgsQgofNa8=", "narHash": "sha256-JRbBPnjJjHM8ZCOBo2H0GP9B3D5UGsyvXw44sZvJ6UM=",
"owner": "catppuccin", "path": "/home/kat/Projects/catppuccin",
"repo": "nix", "type": "path"
"rev": "5f431aac1a4038c385e6de2d2384d943e4802d61",
"type": "github"
}, },
"original": { "original": {
"owner": "catppuccin", "path": "/home/kat/Projects/catppuccin",
"repo": "nix", "type": "path"
"type": "github"
} }
}, },
"catppuccin-qtct": { "catppuccin-qtct": {
@ -121,15 +118,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751549328, "lastModified": 1752471889,
"narHash": "sha256-Pzh9+N0palTIX+O2NygrUmMS8omB86SnYthLwE5cu5g=", "narHash": "sha256-4xKCC4pqhjmuY9LxRbNT9ej3LVvsqrSSlukK5ADMbiY=",
"owner": "chaotic-cx", "owner": "kittywitch",
"repo": "nyx", "repo": "nyx",
"rev": "53209f5724858da5e3e5db3db404c325b4da5414", "rev": "96406d53afbeb672c842a01b21e135ca19a262c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "chaotic-cx", "owner": "kittywitch",
"ref": "nyxpkgs-unstable", "ref": "nyxpkgs-unstable",
"repo": "nyx", "repo": "nyx",
"type": "github" "type": "github"
@ -539,11 +536,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751529406, "lastModified": 1752340638,
"narHash": "sha256-jwKDHyUycp678zDYa5Hyfq3msO73YMXdZPxp96dU7po=", "narHash": "sha256-9+vBdRt/jg8fAll1VD3NXBibkRq9F8Wq/mW45I5jlvc=",
"owner": "Jovian-Experiments", "owner": "Jovian-Experiments",
"repo": "Jovian-NixOS", "repo": "Jovian-NixOS",
"rev": "b2e5ce654e4f5bf8905c2e07a96dcf4966e6277d", "rev": "1129c951dcc2a269a12cb74d64bd64e44e724ecb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -30,7 +30,8 @@
systems.url = "github:nix-systems/default"; systems.url = "github:nix-systems/default";
# TODO: https://github.com/catppuccin/nix/issues/601 # TODO: https://github.com/catppuccin/nix/issues/601
catppuccin = { catppuccin = {
url = "github:catppuccin/nix"; url = "path:/home/kat/Projects/catppuccin";
#url = "github:catppuccin/nix";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };
@ -114,7 +115,8 @@
}; };
}; };
chaotic = { chaotic = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; #url = "path:/home/kat/Projects/nyx";
url = "github:kittywitch/nyx/nyxpkgs-unstable";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
rust-overlay.follows = "rust-overlay"; rust-overlay.follows = "rust-overlay";

View file

@ -1,24 +1,7 @@
{ {
config, config,
pkgs,
... ...
}: let }: {
inherit (config.base16) palette;
in {
systemd.user.services = {
mako = {
Unit = {
Description = "mako";
X-Restart-Triggers = [(toString config.xdg.configFile."mako/config".source)];
};
Service = {
ExecStart = "${pkgs.mako}/bin/mako";
Restart = "always";
};
Install = {WantedBy = ["graphical-session.target"];};
};
};
services.mako = { services.mako = {
enable = true; enable = true;
settings = { settings = {

View file

@ -1,5 +1,4 @@
{ {
pkgs,
config, config,
... ...
}: { }: {
@ -8,10 +7,6 @@
timeouts = [ timeouts = [
{ {
timeout = 180; timeout = 180;
command = "${pkgs.libnotify}/bin/notify-send 'Locking in 5 seconds from now.'";
}
{
timeout = 185;
command = "${config.programs.swaylock.package}/bin/swaylock* -f"; command = "${config.programs.swaylock.package}/bin/swaylock* -f";
} }
{ {

View file

@ -6,5 +6,5 @@ _: {
persistent = true; persistent = true;
}; };
# adds to nixpkgs.overlay, made irrelevant due to `home-manager.useGlobalPkgs` # adds to nixpkgs.overlay, made irrelevant due to `home-manager.useGlobalPkgs`
chaotic.nyx.overlay.enable = false; #chaotic.nyx.overlay.enable = false;
} }