ljkdasjklasdjklasd

This commit is contained in:
2025-09-15 02:01:31 +02:00
parent 090ec9afc2
commit 37cc0104ec
5 changed files with 10 additions and 8 deletions

View File

@@ -317,7 +317,7 @@
pkgs.ssh-to-age
pkgs.just
pkgs.gum
pkgs.lix # bruh, debian, why so old
# pkgs.lix # bruh, debian, why so old
];
envrc-fhs = mkShell { inheritFrom = [ envrc ]; } [ system-manager ];
envrc-remotes-fhs = mkShell { inheritFrom = [ envrc-remotes ]; } [ system-manager ];

View File

@@ -24,8 +24,8 @@ let
home-manager.sharedModules = [
inputs.sops-nix.homeManagerModules.sops
(
inputs.nix-index-database.hmModules.nix-index
or inputs.nix-index-database.homeModules.nix-index # TODO: old attrname
inputs.nix-index-database.homeModules.nix-index
or inputs.nix-index-database.hmModules.nix-index # TODO: old attrname
)
];

View File

@@ -7,7 +7,7 @@
./../../secrets
./cachix.nix # update with `nix run nixpkgs#cachix -- use --mode nixos -d . FOOBAR`
./nix.nix
./lix.nix
# ./lix.nix
./locale-no.nix
./upgrade-diff.nix
./vm-variant.nix

View File

@@ -3,9 +3,9 @@
# https://lix.systems/add-to-config/
{
nix.package = lib.mkIf (pkgs ? lix) pkgs.lix;
nix.package = pkgs.lix;
# this also affect pkgs.unstable which inherits final.pkgs.overlays
# this should also affect pkgs.unstable which inherits final.pkgs.overlays
nixpkgs.overlays = [
(final: prev: {
# oc

View File

@@ -40,8 +40,10 @@ in
(lib.mkIf (lib.versionAtLeast config.home.version.release "24.05") { name = "advaita"; })
(lib.mkIf (lib.versionOlder config.home.version.release "24.05") "gnome")
];
qt.style.name = "Colloid-dark";
qt.style.package = pkgs.colloid-kde;
# qt.style.name = "Colloid-dark";
# qt.style.package = pkgs.colloid-kde;
qt.style.name = "Vimix-dark-doder"; # TODO: build ruby variant
qt.style.package = pkgs.vimix-gtk-themes;
imports = [
./dconf-gnome-bindings.nix