more esthetics
This commit is contained in:
parent
7bf8c855b8
commit
47ed3eb0cb
@ -46,3 +46,4 @@ This will create an iso image in the result directory.
|
|||||||
- https://github.com/JohnRTitor/nix-conf
|
- https://github.com/JohnRTitor/nix-conf
|
||||||
- https://github.com/mwaldleben/nix-config
|
- https://github.com/mwaldleben/nix-config
|
||||||
- https://github.com/anotherhadi/nixy
|
- https://github.com/anotherhadi/nixy
|
||||||
|
- https://github.com/Numb-0/nix-0
|
||||||
|
6
modules/home-manager/hypr/default.nix
Normal file
6
modules/home-manager/hypr/default.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hyprland-customization.nix
|
||||||
|
./hyprpaper.nix
|
||||||
|
];
|
||||||
|
}
|
@ -1,6 +1,5 @@
|
|||||||
{inputs, pkgs, ...}:
|
{inputs, pkgs, ...}:
|
||||||
{
|
{
|
||||||
programs.kitty.enable = true;
|
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.hyprshot
|
pkgs.hyprshot
|
||||||
@ -79,6 +78,23 @@
|
|||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 5;
|
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 = [
|
monitor = [
|
11
modules/home-manager/hypr/hyprpaper.nix
Normal file
11
modules/home-manager/hypr/hyprpaper.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
services.hyprpaper = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preload = builtins.attrValues (builtins.readDir ./wallpapers)
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
17
modules/home-manager/kitty.nix
Normal file
17
modules/home-manager/kitty.nix
Normal 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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -6,8 +6,9 @@ with lib.hm.gvariant;
|
|||||||
../modules/home-manager/code.nix
|
../modules/home-manager/code.nix
|
||||||
../modules/home-manager/fish.nix
|
../modules/home-manager/fish.nix
|
||||||
../modules/home-manager/flatpaks.nix
|
../modules/home-manager/flatpaks.nix
|
||||||
../modules/home-manager/hyprland-customization.nix
|
../modules/home-manager/hypr
|
||||||
../modules/home-manager/keepassxc.nix
|
../modules/home-manager/keepassxc.nix
|
||||||
|
../modules/home-manager/kitty.nix
|
||||||
../modules/home-manager/obsidian.nix
|
../modules/home-manager/obsidian.nix
|
||||||
../modules/home-manager/owncloud-client.nix
|
../modules/home-manager/owncloud-client.nix
|
||||||
../modules/home-manager/thunderbird.nix
|
../modules/home-manager/thunderbird.nix
|
||||||
|
BIN
wallpapers/codioful-formerly-gradienta-lweK7Wme_jo-unsplash.jpg
Normal file
BIN
wallpapers/codioful-formerly-gradienta-lweK7Wme_jo-unsplash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 329 KiB |
BIN
wallpapers/codioful-formerly-gradienta-n2XqPm7Bqhk-unsplash.jpg
Normal file
BIN
wallpapers/codioful-formerly-gradienta-n2XqPm7Bqhk-unsplash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 381 KiB |
BIN
wallpapers/luke-chesser-eICUFSeirc0-unsplash.jpg
Normal file
BIN
wallpapers/luke-chesser-eICUFSeirc0-unsplash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
BIN
wallpapers/luke-chesser-pJadQetzTkI-unsplash.jpg
Normal file
BIN
wallpapers/luke-chesser-pJadQetzTkI-unsplash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
BIN
wallpapers/magicpattern-87PP9Zd7MNo-unsplash.jpg
Normal file
BIN
wallpapers/magicpattern-87PP9Zd7MNo-unsplash.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 MiB |
Loading…
x
Reference in New Issue
Block a user