niri
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
];
|
||||
|
||||
desktop = {
|
||||
hyprland.enable = true;
|
||||
niri.enable = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
50
hosts/dunamis/stylix-light.nix
Normal file
50
hosts/dunamis/stylix-light.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
@ -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;
|
||||
|
@ -6,7 +6,7 @@
|
||||
./programs.nix
|
||||
./flatpak.nix
|
||||
];
|
||||
desktop.hyprland.enable = true;
|
||||
desktop.niri.enable = true;
|
||||
home = {
|
||||
stateVersion = "25.05";
|
||||
sessionPath = [
|
||||
|
@ -18,7 +18,7 @@
|
||||
];
|
||||
|
||||
desktop = {
|
||||
hyprland.enable = true;
|
||||
niri.enable = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
@ -6,7 +6,7 @@
|
||||
./programs.nix
|
||||
./flatpak.nix
|
||||
];
|
||||
desktop.hyprland.enable = true;
|
||||
desktop.niri.enable = true;
|
||||
home = {
|
||||
stateVersion = "25.05";
|
||||
sessionPath = [
|
||||
|
Reference in New Issue
Block a user