stylix: Update to latest commit

Dropping the Kvantum fork for now to focus on staying up to date with
the recent Stylix developments.
This commit is contained in:
Donovan Glover 2024-07-05 14:09:52 -04:00
parent 6e4fc7df14
commit ad58ee22a6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 20 additions and 17 deletions

View File

@ -101,15 +101,15 @@
"base16-vim": {
"flake": false,
"locked": {
"lastModified": 1663659192,
"narHash": "sha256-uJvaYYDMXvoo0fhBZUhN8WBXeJ87SRgof6GEK2efFT0=",
"owner": "chriskempson",
"lastModified": 1719105131,
"narHash": "sha256-2qLJbvQCFbbBCuGb3nP8kVrGHm4prxHkAkfibhqoa1s=",
"owner": "tinted-theming",
"repo": "base16-vim",
"rev": "3be3cd82cd31acfcab9a41bad853d9c68d30478d",
"rev": "ba7885b261b4ced3fb032175d58cfecad43fd63f",
"type": "github"
},
"original": {
"owner": "chriskempson",
"owner": "tinted-theming",
"repo": "base16-vim",
"type": "github"
}
@ -149,16 +149,16 @@
"gnome-shell": {
"flake": false,
"locked": {
"lastModified": 1698794309,
"narHash": "sha256-/TIkZ8y5Wv3QHLFp79Poao9fINurKs5pa4z0CRe+F8s=",
"lastModified": 1713702291,
"narHash": "sha256-zYP1ehjtcV8fo+c+JFfkAqktZ384Y+y779fzmR9lQAU=",
"owner": "GNOME",
"repo": "gnome-shell",
"rev": "a7c169c6c29cf02a4c392fa0acbbc5f5072823e7",
"rev": "0d0aadf013f78a7f7f1dc984d0d812971864b934",
"type": "github"
},
"original": {
"owner": "GNOME",
"ref": "45.1",
"ref": "46.1",
"repo": "gnome-shell",
"type": "github"
}
@ -263,17 +263,16 @@
]
},
"locked": {
"lastModified": 1713897030,
"narHash": "sha256-ZPr1R0d9MVmyRX/+XpYsBdLBEBqYMtuyaAjYgWHMloU=",
"owner": "bluskript",
"lastModified": 1719525570,
"narHash": "sha256-xSO/H67GAHEW0siD2PHoO/e97MbROL3r3s5SpF6A6Dc=",
"owner": "danth",
"repo": "stylix",
"rev": "6bc871ab352c9f18d1179daab9e392a4d46393af",
"rev": "1ff9d37d27377bfe8994c24a8d6c6c1734ffa116",
"type": "github"
},
"original": {
"owner": "bluskript",
"owner": "danth",
"repo": "stylix",
"rev": "6bc871ab352c9f18d1179daab9e392a4d46393af",
"type": "github"
}
}

View File

@ -8,7 +8,7 @@
};
stylix = {
url = "github:bluskript/stylix/6bc871ab352c9f18d1179daab9e392a4d46393af";
url = "github:danth/stylix";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";

View File

@ -1,7 +1,8 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
let
inherit (pkgs) polkit_gnome callPackage;
inherit (lib) mkForce;
opacity = "0.95";
super = "SUPER";
@ -424,4 +425,6 @@ in
];
};
};
services.hyprpaper.enable = mkForce false;
}

View File

@ -209,6 +209,7 @@ in
};
stylix = {
enable = true;
image = ../assets/wallpaper.png;
polarity = "dark";
base16Scheme = ../assets/selenized-black.yaml;