mirror of
https://github.com/kmein/niveum
synced 2026-03-24 05:31:08 +01:00
stylix: unify code
This commit is contained in:
@@ -63,17 +63,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.capitaine-cursors
|
|
||||||
];
|
|
||||||
|
|
||||||
stylix.cursor = {
|
|
||||||
name = "capitaine-cursors-white";
|
|
||||||
package = pkgs.capitaine-cursors;
|
|
||||||
size = 12;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,15 @@ in {
|
|||||||
stylix.enable = true;
|
stylix.enable = true;
|
||||||
stylix.image = generatedWallpaper;
|
stylix.image = generatedWallpaper;
|
||||||
|
|
||||||
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
|
||||||
|
|
||||||
|
stylix.cursor = {
|
||||||
|
name = "capitaine-cursors-white";
|
||||||
|
package = pkgs.capitaine-cursors;
|
||||||
|
size = 12;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# environment.etc."stylix/wallpaper.png".source = generatedWallpaper;
|
# environment.etc."stylix/wallpaper.png".source = generatedWallpaper;
|
||||||
|
|
||||||
# stylix.polarity = "either";
|
# stylix.polarity = "either";
|
||||||
|
|||||||
@@ -20,8 +20,6 @@ in {
|
|||||||
|
|
||||||
services.illum.enable = true;
|
services.illum.enable = true;
|
||||||
|
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
|
|
||||||
|
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
retiolum-rsa = {
|
retiolum-rsa = {
|
||||||
file = ../../secrets/fatteh-retiolum-privateKey-rsa.age;
|
file = ../../secrets/fatteh-retiolum-privateKey-rsa.age;
|
||||||
|
|||||||
@@ -38,8 +38,6 @@ in {
|
|||||||
|
|
||||||
networking.wg-quick.interfaces.aether.address = ["192.168.178.204/24"];
|
networking.wg-quick.interfaces.aether.address = ["192.168.178.204/24"];
|
||||||
|
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-light-medium.yaml";
|
|
||||||
|
|
||||||
niveum = {
|
niveum = {
|
||||||
batteryName = "BAT0";
|
batteryName = "BAT0";
|
||||||
wirelessInterface = "wlp3s0";
|
wirelessInterface = "wlp3s0";
|
||||||
|
|||||||
Reference in New Issue
Block a user