more esthetics

This commit is contained in:
Remy Moll 2025-02-24 19:00:07 +01:00
parent 7bf8c855b8
commit 47ed3eb0cb
11 changed files with 54 additions and 2 deletions

View File

@ -46,3 +46,4 @@ This will create an iso image in the result directory.
- https://github.com/JohnRTitor/nix-conf
- https://github.com/mwaldleben/nix-config
- https://github.com/anotherhadi/nixy
- https://github.com/Numb-0/nix-0

View File

@ -0,0 +1,6 @@
{
imports = [
./hyprland-customization.nix
./hyprpaper.nix
];
}

View File

@ -1,6 +1,5 @@
{inputs, pkgs, ...}:
{
programs.kitty.enable = true;
home.packages = [
pkgs.hyprshot
@ -79,6 +78,23 @@
decoration = {
rounding = 5;
active_opacity = 0.95;
inactive_opacity = 0.9;
shadow = {
enabled = true;
range = 6;
render_power = 6;
color = "#000000";
};
blur = {
enabled = true;
size = 4;
passes = 2;
new_optimizations = on;
ignore_opacity = true;
};
};
monitor = [

View File

@ -0,0 +1,11 @@
{
...
}:
{
services.hyprpaper = {
enable = true;
settings = {
preload = builtins.attrValues (builtins.readDir ./wallpapers)
};
};
}

View File

@ -0,0 +1,17 @@
{pkgs, ...}:
{
programs.kitty = {
enable = true;
shellIntegration.enableFishIntegration = true;
settings = {
background_opacity = 0.8;
confirm_os_window_close = 0;
cursor_trail = 3;
};
keybindings = {
"ctrl+c" = "copy_to_clipboard";
"ctrl+v" = "paste_from_clipboard";
};
};
}

View File

@ -6,8 +6,9 @@ with lib.hm.gvariant;
../modules/home-manager/code.nix
../modules/home-manager/fish.nix
../modules/home-manager/flatpaks.nix
../modules/home-manager/hyprland-customization.nix
../modules/home-manager/hypr
../modules/home-manager/keepassxc.nix
../modules/home-manager/kitty.nix
../modules/home-manager/obsidian.nix
../modules/home-manager/owncloud-client.nix
../modules/home-manager/thunderbird.nix

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB