This commit is contained in:
2025-03-14 18:49:25 +02:00
parent d2c2330b11
commit 4607b47fca
8 changed files with 611 additions and 666 deletions

View File

@ -17,7 +17,7 @@
];
desktop = {
hyprland.enable = true;
niri.enable = true;
};
nix = {

View File

@ -0,0 +1,50 @@
{
pkgs,
inputs,
config,
...
}: {
imports = with inputs; [
stylix.nixosModules.stylix
];
environment.systemPackages = with pkgs; [
nerd-fonts.iosevka
];
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/tomorrow.yaml";
polarity = "light";
cursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 24;
};
image = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y7xv6.jpg";
name = "wallhaven-2y7xv6.jpg";
sha256 = "8c2118165298ff8f25138a2fed78e5f95e2494cfbf516b20ab1ff52dbad51afe";
};
opacity.terminal = 0.9;
fonts = {
sizes = {
applications = 13;
desktop = 14;
popups = 13;
terminal = 15;
};
serif = {
package = pkgs.nerd-fonts.iosevka;
name = "Iosevka Nerd Font Propo";
};
sansSerif = config.stylix.fonts.serif;
monospace = {
package = pkgs.nerd-fonts.iosevka-term;
name = "IosevkaTerm Nerd Font Mono";
};
emoji = {
package = pkgs.noto-fonts-emoji;
name = "Noto Color Emoji";
};
};
};
}

View File

@ -4,8 +4,8 @@
config,
...
}: {
imports = [
inputs.stylix.nixosModules.stylix
imports = with inputs; [
stylix.nixosModules.stylix
];
environment.systemPackages = with pkgs; [
nerd-fonts.iosevka
@ -21,7 +21,7 @@
};
image = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y7xv6.jpg";
name = "wallhaven-2y7xv6";
name = "wallhaven-2y7xv6.jpg";
sha256 = "8c2118165298ff8f25138a2fed78e5f95e2494cfbf516b20ab1ff52dbad51afe";
};
opacity.terminal = 0.9;

View File

@ -6,7 +6,7 @@
./programs.nix
./flatpak.nix
];
desktop.hyprland.enable = true;
desktop.niri.enable = true;
home = {
stateVersion = "25.05";
sessionPath = [

View File

@ -18,7 +18,7 @@
];
desktop = {
hyprland.enable = true;
niri.enable = true;
};
nix = {

View File

@ -6,7 +6,7 @@
./programs.nix
./flatpak.nix
];
desktop.hyprland.enable = true;
desktop.niri.enable = true;
home = {
stateVersion = "25.05";
sessionPath = [

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@ in {
mkEnableOption "enable niri desktop";
};
config = mkIf cfg.enable {
programs.niri.enable = true;
environment.systemPackages = with pkgs; [
brightnessctl
gcr_4