diff --git a/flake.lock b/flake.lock index a1c92f9..56e89a6 100644 --- a/flake.lock +++ b/flake.lock @@ -163,22 +163,6 @@ } }, "flake-compat_3": { - "flake": false, - "locked": { - "lastModified": 1650374568, - "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "b4a34015c698c7793d592d66adbab377907a2be8", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_4": { "flake": false, "locked": { "lastModified": 1696426674, @@ -314,24 +298,6 @@ "type": "github" } }, - "flake-utils-plus": { - "inputs": { - "flake-utils": "flake-utils_6" - }, - "locked": { - "lastModified": 1696331477, - "narHash": "sha256-YkbRa/1wQWdWkVJ01JvV+75KIdM37UErqKgTf0L54Fk=", - "owner": "gytis-ivaskevicius", - "repo": "flake-utils-plus", - "rev": "bfc53579db89de750b25b0c5e7af299e0c06d7d3", - "type": "github" - }, - "original": { - "owner": "gytis-ivaskevicius", - "repo": "flake-utils-plus", - "type": "github" - } - }, "flake-utils_2": { "inputs": { "systems": "systems_7" @@ -408,24 +374,6 @@ "inputs": { "systems": "systems_13" }, - "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_7": { - "inputs": { - "systems": "systems_14" - }, "locked": { "lastModified": 1685518550, "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", @@ -1140,9 +1088,8 @@ "nixpkgs_stable": "nixpkgs_stable", "resume": "resume", "rio-term": "rio-term", - "snowfall-lib": "snowfall-lib", "spicetify-nix": "spicetify-nix", - "systems": "systems_15", + "systems": "systems_14", "waybar": "waybar" } }, @@ -1209,31 +1156,9 @@ "type": "github" } }, - "snowfall-lib": { - "inputs": { - "flake-compat": "flake-compat_3", - "flake-utils-plus": "flake-utils-plus", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1715107207, - "narHash": "sha256-Lq38yoHyY8t+zkVdpYlr2Fonb89Id4o5zgIfz8KCB8Y=", - "owner": "snowfallorg", - "repo": "lib", - "rev": "299b24861ebfa98a5b586dfa9ec8138ab6a4c626", - "type": "github" - }, - "original": { - "owner": "snowfallorg", - "repo": "lib", - "type": "github" - } - }, "spicetify-nix": { "inputs": { - "flake-utils": "flake-utils_7", + "flake-utils": "flake-utils_6", "nixpkgs": [ "nixpkgs" ] @@ -1343,21 +1268,6 @@ "type": "github" } }, - "systems_15": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "systems_2": { "locked": { "lastModified": 1681028828, @@ -1480,7 +1390,7 @@ }, "waybar": { "inputs": { - "flake-compat": "flake-compat_4", + "flake-compat": "flake-compat_3", "nixpkgs": [ "nixpkgs" ] diff --git a/flake.nix b/flake.nix index f063647..989c334 100644 --- a/flake.nix +++ b/flake.nix @@ -24,10 +24,6 @@ inputs.nixpkgs.follows = "nixpkgs_stable"; }; - snowfall-lib = { - url = "github:snowfallorg/lib"; - inputs.nixpkgs.follows = "nixpkgs"; - }; resume.url = "git+https://git.zackmyers.io/zack/resume"; anyrun.url = "github:Kirottu/anyrun"; anyrun.inputs.nixpkgs.follows = "nixpkgs"; diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index c062542..7d93950 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -46,11 +46,11 @@ in { options = "--delete-older-than 30d"; }; - catppuccin.flavour = "latte"; + catppuccin.flavour = "mocha"; programs.spicetify = { enable = true; theme = spicePkgs.themes.catppuccin; - colorScheme = "latte"; + colorScheme = "mocha"; enabledExtensions = with spicePkgs.extensions; [ fullAppDisplay diff --git a/modules/shell/tmux.nix b/modules/shell/tmux.nix index d0ada2b..5631faa 100644 --- a/modules/shell/tmux.nix +++ b/modules/shell/tmux.nix @@ -29,7 +29,7 @@ in { set-option -sa terminal-overrides ",xterm*:Tc" set -g mouse on - set -g @catppuccin-flavor 'latte' + set -g @catppuccin-flavor 'mocha' set -g base-index 1 set -g pane-base-index 1