cock and ball

This commit is contained in:
zastian@mrthoddata.com
2025-08-05 18:01:02 +01:00
parent 4418e3bb2b
commit d81ba65c92
4 changed files with 36 additions and 47 deletions

57
flake.lock generated
View File

@@ -403,27 +403,6 @@
"type": "github"
}
},
"home-manager_2": {
"inputs": {
"nixpkgs": [
"zen-browser",
"nixpkgs"
]
},
"locked": {
"lastModified": 1752603129,
"narHash": "sha256-S+wmHhwNQ5Ru689L2Gu8n1OD6s9eU9n9mD827JNR+kw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e8c19a3cec2814c754f031ab3ae7316b64da085b",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"niri": {
"inputs": {
"niri-stable": "niri-stable",
@@ -434,11 +413,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
},
"locked": {
"lastModified": 1754369929,
"narHash": "sha256-TFvkTvIttUzbbBoC4a7T3nu2oiYm6MExRwkhJtyDNbA=",
"lastModified": 1754403288,
"narHash": "sha256-FdI2tV45ChVgwly2JRx1lA68gHIdZ38yyzHJeHHYTSc=",
"owner": "sodiboo",
"repo": "niri-flake",
"rev": "ea4d0cb2b0dc5b9ebc0de800f423f5433eee2276",
"rev": "a5151e16afa09a01ef7b360d87956730d0534da7",
"type": "github"
},
"original": {
@@ -467,11 +446,11 @@
"niri-unstable": {
"flake": false,
"locked": {
"lastModified": 1754316071,
"narHash": "sha256-6dC9EqQXsQD+y/L5BachBStD4v7KpQFDJjXDxcdX9yE=",
"lastModified": 1754400448,
"narHash": "sha256-tP4wYaIKlhMTzNp0S9ouU5Key0+41Z5KkjP9zO6bIQU=",
"owner": "YaLTeR",
"repo": "niri",
"rev": "5edd91d37b25a751880d3a7bd3b92f0016d0cdc4",
"rev": "52c579d5567d0b16ae68177fad05c612baba38af",
"type": "github"
},
"original": {
@@ -704,22 +683,6 @@
"type": "github"
}
},
"nixpkgs_7": {
"locked": {
"lastModified": 1752480373,
"narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"inputs": {
"flake-parts": [
@@ -1023,8 +986,12 @@
},
"zen-browser": {
"inputs": {
"home-manager": "home-manager_2",
"nixpkgs": "nixpkgs_7"
"home-manager": [
"home-manager"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1754365690,

View File

@@ -10,7 +10,13 @@
nix-colors.url = "github:Misterio77/nix-colors";
anyrun.url = "github:Kirottu/anyrun";
anyrun.inputs.nixpkgs.follows = "nixpkgs";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
nixcord.url = "github:kaylorben/nixcord";
niri.url = "github:sodiboo/niri-flake";
caelestia.url = "github:caelestia-dots/shell";

View File

@@ -10,6 +10,18 @@ in
#hyprlock = pkgs.callPackage ../../universal/personalPKGS/hyprlock.nix {};
#hypridle = pkgs.callPackage ../../universal/personalPKGS/hypridle.nix {};
{
imports = [
inputs.zen-browser.homeModules.beta
];
programs.zen-browser = {
enable = true;
profiles.default = {
id = 0;
name = "default";
isDefault = true;
};
};
programs.nix-index.enable = true;
programs.lazygit.enable = true;
@@ -192,7 +204,7 @@ in
alacritty
networkmanagerapplet
#inputs.way-inhibitor.packages.${pkgs.system}.default
inputs.zen-browser.packages.${pkgs.system}.twilight
#inputs.zen-browser.packages.${pkgs.system}.twilight
#inputs.quickshell.packages.${pkgs.system}.default
inputs.qs-qml.packages.${pkgs.system}.tree-sitter-qmljs
inputs.qs-qml.packages.${pkgs.system}.qml-ts-mode

View File

@@ -24,6 +24,10 @@ in
targets.hyprland.enable = true;
targets.waybar.enable = true;
targets.nixcord.enable = true;
targets.zen-browser = {
enable = true;
profileNames = [ "default" ];
};
iconTheme = {
enable = true;
package = lib.mkForce pkgs.dracula-icon-theme;