This commit is contained in:
joygnu 2024-07-05 17:53:59 +02:00
parent 74b9c9a8e8
commit 4aa4da502a
4 changed files with 13 additions and 7 deletions

View file

@ -2,18 +2,22 @@
{
imports = [
./rofi
./alacritty
# ./rofi
# ./alacritty
./hyprland
./zsh
./gtk
# ./gtk
./git
./ags
inputs.nix-colors.homeManagerModules.default
inputs.ags.homeManagerModules.default
];
programs.alacritty.enable = true;
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
};
home.username = "joy";
home.homeDirectory = "/home/joy";
home.stateVersion = "23.11";

View file

@ -126,8 +126,8 @@
gaps_in = 0;
gaps_out = 0;
border_size = 3;
"col.active_border" = "0xFFEBDBB2";
"col.inactive_border" = "0xFF363537";
#"col.active_border" = "0xFFEBDBB2";
#"col.inactive_border" = "0xFF363537";
allow_tearing = false;
layout = "dwindle";
};

View file

@ -1,6 +1,8 @@
{ pkgs, ... }:
{
stylix.enable = true;
stylix.base16Scheme = {
base00 = "282828";
base01 = "3c3836";
@ -20,5 +22,5 @@
base0F = "d65d0e";
};
stylix.image = ../hyprland/wallpaper.png;
stylix.image = ./wallpaper.png;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB