7174a33a44
treewide: reorganize general structure
2024-12-18 10:14:06 +01:00
a3c356c3c6
treewide: switch to hyprland
...
I've decided to switch to Hyprland again, after having issues with Niri,
especially with XWayland apps. It also has better and more widespread integration with other pieces of software that I use/plan to use.
commit 5a42498391
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 16:59:37 2024 +0100
modules/theme: update fuzzel selection colors
commit f3386f5b0a
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 16:53:57 2024 +0100
system/services/greetd: enable gnome keyring
commit c1caf6d844
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 16:51:24 2024 +0100
modules/themes: switch to phinger-cursors, update border colors
commit aa7a00d330
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 14:54:43 2024 +0100
hosts/solaire: switch to hyprland
commit 7c7a332a3e
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 14:54:34 2024 +0100
modules/theme: set default theme to catppuccin (again)
commit 471c6b5503
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 14:54:24 2024 +0100
flake: add hyprwm-contrib for grimslurp
commit 04914eab73
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 14:54:09 2024 +0100
system/services/greetd: switch to hyprland as compositor (thanks jacekpoz)
commit d185864012
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 14:52:56 2024 +0100
home/services/swaync: remove unused variables
commit 75ff00b2e2
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 14:52:43 2024 +0100
home/programs/waybar: add hyprland workspaces
commit b36b3abf53
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 14:52:31 2024 +0100
home/programs/hypr: add basic hyprland configuration
commit cdda6bf2bc
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 12:03:53 2024 +0100
system/programs: add hyprland module
commit ef36f7be36
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 12:03:43 2024 +0100
flake: add hyprland and cachix
commit cdbcd8d1bd
Author: Anthony Rodriguez <anthony@nezia.dev>
Date: Fri Dec 13 12:03:37 2024 +0100
system/nix: add wheel to trusted users
2024-12-13 19:02:53 +01:00
2ac966be49
treewide: global refactor towards a better module structure
...
Initially, I was using a weird combination of options in order to apply
my theme dynamically. I was setting a read-only option from inside my
modules, which was then used in every application that required it. What
I ended up doing is refactoring everything in order to be inside of my
theme module, and automatically configured when enabled, without doing
any mkMerge/mkIf shenanigans in my other pieces of configuration. This
is healthier, although it should be split up as the theme/default.nix
got quite big.
2024-11-26 18:01:46 +01:00
84c8dc0920
treewide: implement notifications with swaync
...
Implemented notifications with SwayNotificationCenter, as well as theming using
the custom theme module. Some Waybar code had to be updated too, and was
also simplified in order to be more consistent with the new
SwayNotificationCenter implementation.
2024-11-26 15:47:10 +01:00