373 current 2024-04-17 16:07:20 24.05.20240416.5672bc9 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-17 16:07:28 -04:00
parent 7c2e4b6100
commit 72e5d1d4c5
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
5 changed files with 20 additions and 15 deletions

16
flake.lock generated
View file

@ -4,14 +4,14 @@
"locked": { "locked": {
"lastModified": 1713323853, "lastModified": 1713323853,
"narHash": "sha256-EfUm65RRsoch0tpfHZtEyqo+iWIYhuSX39U/fi0/4WU=", "narHash": "sha256-EfUm65RRsoch0tpfHZtEyqo+iWIYhuSX39U/fi0/4WU=",
"owner": "catppuccin", "owner": "zackartz",
"repo": "nix", "repo": "nix-catppuccin",
"rev": "372decb578f3187d7aad837885ed98e73e8abd60", "rev": "372decb578f3187d7aad837885ed98e73e8abd60",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "catppuccin", "owner": "zackartz",
"repo": "nix", "repo": "nix-catppuccin",
"type": "github" "type": "github"
} }
}, },
@ -479,16 +479,16 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1713368829, "lastModified": 1713248628,
"narHash": "sha256-EreStuOxwalGOy5seV5PGc3zDT1Ppqj/4Q3ByAOGMnY=", "narHash": "sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U+ISA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "203fac824e2fdfed2e3a832b8123d9a64ee58b43", "rev": "5672bc9dbf9d88246ddab5ac454e82318d094bb8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable-small", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -11,14 +11,14 @@
}; };
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
catppuccin.url = "github:catppuccin/nix"; catppuccin.url = "github:zackartz/nix-catppuccin";
hyprland = { hyprland = {
url = "github:hyprwm/Hyprland/"; url = "github:hyprwm/Hyprland/";
@ -75,7 +75,6 @@
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
./hosts/earth/configuration.nix ./hosts/earth/configuration.nix
# inputs.catppuccin.homeManagerModules.catppuccin
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];
}; };

View file

@ -22,6 +22,8 @@
../rice/rio.nix ../rice/rio.nix
../rice/wofi.nix ../rice/wofi.nix
../shell ../shell
inputs.catppuccin.homeManagerModules.catppuccin
]; ];
nixpkgs = { nixpkgs = {
@ -34,12 +36,16 @@
]; ];
}; };
gtk.catppuccin.cursor.enable = false;
nix.gc = { nix.gc = {
automatic = true; automatic = true;
frequency = "weekly"; frequency = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
catppuccin.flavour = "macchiato";
xdg.mimeApps.defaultApplications = { xdg.mimeApps.defaultApplications = {
"text/html" = "firefox.desktop"; "text/html" = "firefox.desktop";
"x-scheme-handler/http" = "firefox.desktop"; "x-scheme-handler/http" = "firefox.desktop";

View file

@ -52,7 +52,7 @@
}; };
sessionVariables = { sessionVariables = {
XCURSOR_SIZE = "16"; XCURSOR_SIZE = "32";
GTK_USE_PORTAL = "1"; GTK_USE_PORTAL = "1";
}; };
}; };

View file

@ -6,7 +6,9 @@
size = 14; size = 14;
}; };
# catppuccin.enable = true; catppuccin.enable = true;
# theme = "catppuccin";
settings = { settings = {
window_padding_width = 8; window_padding_width = 8;
@ -41,6 +43,4 @@
# color15 = "#acb0d0"; # color15 = "#acb0d0";
}; };
}; };
# theme = "rosepine";
# };
} }