flocon/modules/hm/services/gtk.nix

27 lines
552 B
Nix
Raw Normal View History

treewide: refactor structure I have decided to refactor the entire structure of my repository, as the old one was getting quite cluttered and I needed something that made more sense. I've decided to go with the following, which will be explained in the README when I find the time to do it. The gist of it is: - Put everything shared into its shared directory - Rewrite the theme module (now style) to be more split, as it is theming a lot of different apps - Merge nixos and home-manager configurations back into a singular config directory Thanks a lot to llakala for the massive help she was with my Nix code. commit 66ff9820f8edc98350544df6848cfcc30c9deb77 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:28 2024 +0100 shared/nixosModules/style: use sharedModules commit 127129404976e88d2b314f7bba87685a9c290685 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:13 2024 +0100 treewide: remove unused nvidia file commit ab18a424182e95f2e7767184e2dc2358426157ca Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:02:34 2024 +0100 flake: remove uneeded directory for nodes commit f8afc9f4615b725064279530984d13cb73860d6e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 18:43:19 2024 +0100 shared/nixosModules/style: split everything into its file commit 851a4d0d32176bd8fcbca5dfb7ca88f1cbb9b368 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:15:40 2024 +0100 repo: update README commit e01237d59a134b1f31ddfdbc9c9edcc0eabf9f98 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:56 2024 +0100 hosts/solaire: delete unused modules directory commit 1c3665ec1cd283274c9775c31bb347a06ab7243d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:24 2024 +0100 pkgs: move to shared/pkgs commit 587e8d321bfe956b3a67c159e071e62f5bca1227 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:57:03 2024 +0100 treewide: split up options from theming module, rename to style As an initial step towards refactoring the theming module, the options have been split up from the configuration itself. This will allow to find available options quicker, and separate concerns nicely. It was also renamed to style, to avoid confusion with its own options (eg. gtk.theme). commit 87bb04f0653b9363e692084ae15eae8de30b4f1c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:59 2024 +0100 config/nixos/core/boot: remove unused arguments commit 8e7c0584efaaf2e5a7bec37fd79d33fee13cf813 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:46 2024 +0100 hosts: move host-specific configuration to hosts/{host}/config commit a600143e8a116f211ae21b637517515e6a055a20 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:24 2024 +0100 nvidia: move to hosts/solaire commit 7174a33a447256eda6e0de5efbf83083bb5f94e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:14:06 2024 +0100 treewide: reorganize general structure commit b86f1470ed00f84246fb91fa6eb7a5f9afe22695 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:03:08 2024 +0100 hosts/solaire: set global vars commit de6ea242c08762535e629260c659d01caef1eb7b Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:59 2024 +0100 system/network: replace hard-coded values with global vars commit 5acf11adcad6872d52efcdff0e95a07afa1bce81 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:51 2024 +0100 system/core/users: replace hard-coded values with global vars commit 96425172a04c7c43cc0989b6dda19305bf3a5e0d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:30 2024 +0100 hosts/vamos: set global vars commit 8338818b7d84541fd37d2a195e845aff575c3d53 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:23 2024 +0100 hosts: import local modules by default commit ffb60ac8694b0fa18851a1a3ce8b0f77bd050531 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:54 2024 +0100 flake: update eachSystem to use lib.systems.flakeExposed commit e98a15db1d449c7a8993abac2ede6fdb5fe84958 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:33 2024 +0100 modules: create modules to hold global variables
2024-12-18 18:24:59 +00:00
{
lib,
treewide: move styling to their respective modules As a first step towards getting rid of home-manager and going towards a cleaner, more concise configuration, I decided to move back the styling to their respective home-manager modules. Since I'm not planning to share my styling module anymore, as it is very specific to my config, I just decided to merge everything together. commit 078334af4819c2710644017feb8c2b1f2eaf8441 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Sun Jan 19 20:41:14 2025 +0100 treewide: finish moving rest of styling to their respective hm modules commit 57432a9655640f37287b297101b0eb733bfc8c44 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:13:54 2025 +0100 treewide: move regreet styling out of module commit 6fef9e0a760fcb0cd968e65c0c3585e9aaf93f06 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:10:33 2025 +0100 treewide: move swaync styling out of module commit 2f4a8433c78d10259c3b45bb4ff35368a619537e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:06:33 2025 +0100 treewide: move nvf styling out of module commit a31591529804f3428e9d14117e2eac1ac7f1405d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:58 2025 +0100 treewide: move hyprlock styling out of module commit 0fe6f67b20937f515717caa72212f4415ea5d8ac Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:49 2025 +0100 modules/nix/core/home-manager: import lib' in extraSpecialArgs commit e09569b921de80edc0355ee0645d99dc7617ad3c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:55:05 2025 +0100 treewide: move hyprland styling out of module commit eb25ce0c431690c050ac59d47dba6e5528e28181 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:43:35 2025 +0100 modules/nix/style/modules: remove styling for unused programs commit efb6b91ce19f113fa2b814cebdd6eb7ee97a865a Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:00:54 2025 +0100 treewide: move foot styling out of module commit 4c06a66b5e7a63fbec5179feefdda99755dc9c60 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:56:05 2025 +0100 treewide: move fish styling out of module commit b3a03e5e9b144bc8e4645fd1b555c1932c4019e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:47:43 2025 +0100 treewide: move discord styling out of module
2025-01-19 19:42:47 +00:00
osConfig,
treewide: refactor structure I have decided to refactor the entire structure of my repository, as the old one was getting quite cluttered and I needed something that made more sense. I've decided to go with the following, which will be explained in the README when I find the time to do it. The gist of it is: - Put everything shared into its shared directory - Rewrite the theme module (now style) to be more split, as it is theming a lot of different apps - Merge nixos and home-manager configurations back into a singular config directory Thanks a lot to llakala for the massive help she was with my Nix code. commit 66ff9820f8edc98350544df6848cfcc30c9deb77 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:28 2024 +0100 shared/nixosModules/style: use sharedModules commit 127129404976e88d2b314f7bba87685a9c290685 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:13 2024 +0100 treewide: remove unused nvidia file commit ab18a424182e95f2e7767184e2dc2358426157ca Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:02:34 2024 +0100 flake: remove uneeded directory for nodes commit f8afc9f4615b725064279530984d13cb73860d6e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 18:43:19 2024 +0100 shared/nixosModules/style: split everything into its file commit 851a4d0d32176bd8fcbca5dfb7ca88f1cbb9b368 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:15:40 2024 +0100 repo: update README commit e01237d59a134b1f31ddfdbc9c9edcc0eabf9f98 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:56 2024 +0100 hosts/solaire: delete unused modules directory commit 1c3665ec1cd283274c9775c31bb347a06ab7243d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:24 2024 +0100 pkgs: move to shared/pkgs commit 587e8d321bfe956b3a67c159e071e62f5bca1227 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:57:03 2024 +0100 treewide: split up options from theming module, rename to style As an initial step towards refactoring the theming module, the options have been split up from the configuration itself. This will allow to find available options quicker, and separate concerns nicely. It was also renamed to style, to avoid confusion with its own options (eg. gtk.theme). commit 87bb04f0653b9363e692084ae15eae8de30b4f1c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:59 2024 +0100 config/nixos/core/boot: remove unused arguments commit 8e7c0584efaaf2e5a7bec37fd79d33fee13cf813 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:46 2024 +0100 hosts: move host-specific configuration to hosts/{host}/config commit a600143e8a116f211ae21b637517515e6a055a20 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:24 2024 +0100 nvidia: move to hosts/solaire commit 7174a33a447256eda6e0de5efbf83083bb5f94e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:14:06 2024 +0100 treewide: reorganize general structure commit b86f1470ed00f84246fb91fa6eb7a5f9afe22695 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:03:08 2024 +0100 hosts/solaire: set global vars commit de6ea242c08762535e629260c659d01caef1eb7b Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:59 2024 +0100 system/network: replace hard-coded values with global vars commit 5acf11adcad6872d52efcdff0e95a07afa1bce81 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:51 2024 +0100 system/core/users: replace hard-coded values with global vars commit 96425172a04c7c43cc0989b6dda19305bf3a5e0d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:30 2024 +0100 hosts/vamos: set global vars commit 8338818b7d84541fd37d2a195e845aff575c3d53 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:23 2024 +0100 hosts: import local modules by default commit ffb60ac8694b0fa18851a1a3ce8b0f77bd050531 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:54 2024 +0100 flake: update eachSystem to use lib.systems.flakeExposed commit e98a15db1d449c7a8993abac2ede6fdb5fe84958 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:33 2024 +0100 modules: create modules to hold global variables
2024-12-18 18:24:59 +00:00
...
}: let
treewide: move styling to their respective modules As a first step towards getting rid of home-manager and going towards a cleaner, more concise configuration, I decided to move back the styling to their respective home-manager modules. Since I'm not planning to share my styling module anymore, as it is very specific to my config, I just decided to merge everything together. commit 078334af4819c2710644017feb8c2b1f2eaf8441 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Sun Jan 19 20:41:14 2025 +0100 treewide: finish moving rest of styling to their respective hm modules commit 57432a9655640f37287b297101b0eb733bfc8c44 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:13:54 2025 +0100 treewide: move regreet styling out of module commit 6fef9e0a760fcb0cd968e65c0c3585e9aaf93f06 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:10:33 2025 +0100 treewide: move swaync styling out of module commit 2f4a8433c78d10259c3b45bb4ff35368a619537e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:06:33 2025 +0100 treewide: move nvf styling out of module commit a31591529804f3428e9d14117e2eac1ac7f1405d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:58 2025 +0100 treewide: move hyprlock styling out of module commit 0fe6f67b20937f515717caa72212f4415ea5d8ac Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:49 2025 +0100 modules/nix/core/home-manager: import lib' in extraSpecialArgs commit e09569b921de80edc0355ee0645d99dc7617ad3c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:55:05 2025 +0100 treewide: move hyprland styling out of module commit eb25ce0c431690c050ac59d47dba6e5528e28181 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:43:35 2025 +0100 modules/nix/style/modules: remove styling for unused programs commit efb6b91ce19f113fa2b814cebdd6eb7ee97a865a Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:00:54 2025 +0100 treewide: move foot styling out of module commit 4c06a66b5e7a63fbec5179feefdda99755dc9c60 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:56:05 2025 +0100 treewide: move fish styling out of module commit b3a03e5e9b144bc8e4645fd1b555c1932c4019e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:47:43 2025 +0100 treewide: move discord styling out of module
2025-01-19 19:42:47 +00:00
styleCfg = osConfig.local.style;
treewide: refactor structure I have decided to refactor the entire structure of my repository, as the old one was getting quite cluttered and I needed something that made more sense. I've decided to go with the following, which will be explained in the README when I find the time to do it. The gist of it is: - Put everything shared into its shared directory - Rewrite the theme module (now style) to be more split, as it is theming a lot of different apps - Merge nixos and home-manager configurations back into a singular config directory Thanks a lot to llakala for the massive help she was with my Nix code. commit 66ff9820f8edc98350544df6848cfcc30c9deb77 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:28 2024 +0100 shared/nixosModules/style: use sharedModules commit 127129404976e88d2b314f7bba87685a9c290685 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:13 2024 +0100 treewide: remove unused nvidia file commit ab18a424182e95f2e7767184e2dc2358426157ca Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:02:34 2024 +0100 flake: remove uneeded directory for nodes commit f8afc9f4615b725064279530984d13cb73860d6e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 18:43:19 2024 +0100 shared/nixosModules/style: split everything into its file commit 851a4d0d32176bd8fcbca5dfb7ca88f1cbb9b368 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:15:40 2024 +0100 repo: update README commit e01237d59a134b1f31ddfdbc9c9edcc0eabf9f98 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:56 2024 +0100 hosts/solaire: delete unused modules directory commit 1c3665ec1cd283274c9775c31bb347a06ab7243d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:24 2024 +0100 pkgs: move to shared/pkgs commit 587e8d321bfe956b3a67c159e071e62f5bca1227 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:57:03 2024 +0100 treewide: split up options from theming module, rename to style As an initial step towards refactoring the theming module, the options have been split up from the configuration itself. This will allow to find available options quicker, and separate concerns nicely. It was also renamed to style, to avoid confusion with its own options (eg. gtk.theme). commit 87bb04f0653b9363e692084ae15eae8de30b4f1c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:59 2024 +0100 config/nixos/core/boot: remove unused arguments commit 8e7c0584efaaf2e5a7bec37fd79d33fee13cf813 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:46 2024 +0100 hosts: move host-specific configuration to hosts/{host}/config commit a600143e8a116f211ae21b637517515e6a055a20 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:24 2024 +0100 nvidia: move to hosts/solaire commit 7174a33a447256eda6e0de5efbf83083bb5f94e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:14:06 2024 +0100 treewide: reorganize general structure commit b86f1470ed00f84246fb91fa6eb7a5f9afe22695 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:03:08 2024 +0100 hosts/solaire: set global vars commit de6ea242c08762535e629260c659d01caef1eb7b Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:59 2024 +0100 system/network: replace hard-coded values with global vars commit 5acf11adcad6872d52efcdff0e95a07afa1bce81 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:51 2024 +0100 system/core/users: replace hard-coded values with global vars commit 96425172a04c7c43cc0989b6dda19305bf3a5e0d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:30 2024 +0100 hosts/vamos: set global vars commit 8338818b7d84541fd37d2a195e845aff575c3d53 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:23 2024 +0100 hosts: import local modules by default commit ffb60ac8694b0fa18851a1a3ce8b0f77bd050531 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:54 2024 +0100 flake: update eachSystem to use lib.systems.flakeExposed commit e98a15db1d449c7a8993abac2ede6fdb5fe84958 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:33 2024 +0100 modules: create modules to hold global variables
2024-12-18 18:24:59 +00:00
in {
treewide: move styling to their respective modules As a first step towards getting rid of home-manager and going towards a cleaner, more concise configuration, I decided to move back the styling to their respective home-manager modules. Since I'm not planning to share my styling module anymore, as it is very specific to my config, I just decided to merge everything together. commit 078334af4819c2710644017feb8c2b1f2eaf8441 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Sun Jan 19 20:41:14 2025 +0100 treewide: finish moving rest of styling to their respective hm modules commit 57432a9655640f37287b297101b0eb733bfc8c44 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:13:54 2025 +0100 treewide: move regreet styling out of module commit 6fef9e0a760fcb0cd968e65c0c3585e9aaf93f06 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:10:33 2025 +0100 treewide: move swaync styling out of module commit 2f4a8433c78d10259c3b45bb4ff35368a619537e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:06:33 2025 +0100 treewide: move nvf styling out of module commit a31591529804f3428e9d14117e2eac1ac7f1405d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:58 2025 +0100 treewide: move hyprlock styling out of module commit 0fe6f67b20937f515717caa72212f4415ea5d8ac Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:49 2025 +0100 modules/nix/core/home-manager: import lib' in extraSpecialArgs commit e09569b921de80edc0355ee0645d99dc7617ad3c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:55:05 2025 +0100 treewide: move hyprland styling out of module commit eb25ce0c431690c050ac59d47dba6e5528e28181 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:43:35 2025 +0100 modules/nix/style/modules: remove styling for unused programs commit efb6b91ce19f113fa2b814cebdd6eb7ee97a865a Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:00:54 2025 +0100 treewide: move foot styling out of module commit 4c06a66b5e7a63fbec5179feefdda99755dc9c60 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:56:05 2025 +0100 treewide: move fish styling out of module commit b3a03e5e9b144bc8e4645fd1b555c1932c4019e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:47:43 2025 +0100 treewide: move discord styling out of module
2025-01-19 19:42:47 +00:00
config = with styleCfg;
lib.mkIf styleCfg.enable {
treewide: refactor structure I have decided to refactor the entire structure of my repository, as the old one was getting quite cluttered and I needed something that made more sense. I've decided to go with the following, which will be explained in the README when I find the time to do it. The gist of it is: - Put everything shared into its shared directory - Rewrite the theme module (now style) to be more split, as it is theming a lot of different apps - Merge nixos and home-manager configurations back into a singular config directory Thanks a lot to llakala for the massive help she was with my Nix code. commit 66ff9820f8edc98350544df6848cfcc30c9deb77 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:28 2024 +0100 shared/nixosModules/style: use sharedModules commit 127129404976e88d2b314f7bba87685a9c290685 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:13 2024 +0100 treewide: remove unused nvidia file commit ab18a424182e95f2e7767184e2dc2358426157ca Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:02:34 2024 +0100 flake: remove uneeded directory for nodes commit f8afc9f4615b725064279530984d13cb73860d6e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 18:43:19 2024 +0100 shared/nixosModules/style: split everything into its file commit 851a4d0d32176bd8fcbca5dfb7ca88f1cbb9b368 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:15:40 2024 +0100 repo: update README commit e01237d59a134b1f31ddfdbc9c9edcc0eabf9f98 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:56 2024 +0100 hosts/solaire: delete unused modules directory commit 1c3665ec1cd283274c9775c31bb347a06ab7243d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:24 2024 +0100 pkgs: move to shared/pkgs commit 587e8d321bfe956b3a67c159e071e62f5bca1227 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:57:03 2024 +0100 treewide: split up options from theming module, rename to style As an initial step towards refactoring the theming module, the options have been split up from the configuration itself. This will allow to find available options quicker, and separate concerns nicely. It was also renamed to style, to avoid confusion with its own options (eg. gtk.theme). commit 87bb04f0653b9363e692084ae15eae8de30b4f1c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:59 2024 +0100 config/nixos/core/boot: remove unused arguments commit 8e7c0584efaaf2e5a7bec37fd79d33fee13cf813 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:46 2024 +0100 hosts: move host-specific configuration to hosts/{host}/config commit a600143e8a116f211ae21b637517515e6a055a20 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:24 2024 +0100 nvidia: move to hosts/solaire commit 7174a33a447256eda6e0de5efbf83083bb5f94e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:14:06 2024 +0100 treewide: reorganize general structure commit b86f1470ed00f84246fb91fa6eb7a5f9afe22695 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:03:08 2024 +0100 hosts/solaire: set global vars commit de6ea242c08762535e629260c659d01caef1eb7b Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:59 2024 +0100 system/network: replace hard-coded values with global vars commit 5acf11adcad6872d52efcdff0e95a07afa1bce81 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:51 2024 +0100 system/core/users: replace hard-coded values with global vars commit 96425172a04c7c43cc0989b6dda19305bf3a5e0d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:30 2024 +0100 hosts/vamos: set global vars commit 8338818b7d84541fd37d2a195e845aff575c3d53 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:23 2024 +0100 hosts: import local modules by default commit ffb60ac8694b0fa18851a1a3ce8b0f77bd050531 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:54 2024 +0100 flake: update eachSystem to use lib.systems.flakeExposed commit e98a15db1d449c7a8993abac2ede6fdb5fe84958 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:33 2024 +0100 modules: create modules to hold global variables
2024-12-18 18:24:59 +00:00
gtk = rec {
enable = true;
iconTheme = {
treewide: move styling to their respective modules As a first step towards getting rid of home-manager and going towards a cleaner, more concise configuration, I decided to move back the styling to their respective home-manager modules. Since I'm not planning to share my styling module anymore, as it is very specific to my config, I just decided to merge everything together. commit 078334af4819c2710644017feb8c2b1f2eaf8441 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Sun Jan 19 20:41:14 2025 +0100 treewide: finish moving rest of styling to their respective hm modules commit 57432a9655640f37287b297101b0eb733bfc8c44 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:13:54 2025 +0100 treewide: move regreet styling out of module commit 6fef9e0a760fcb0cd968e65c0c3585e9aaf93f06 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:10:33 2025 +0100 treewide: move swaync styling out of module commit 2f4a8433c78d10259c3b45bb4ff35368a619537e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:06:33 2025 +0100 treewide: move nvf styling out of module commit a31591529804f3428e9d14117e2eac1ac7f1405d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:58 2025 +0100 treewide: move hyprlock styling out of module commit 0fe6f67b20937f515717caa72212f4415ea5d8ac Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:49 2025 +0100 modules/nix/core/home-manager: import lib' in extraSpecialArgs commit e09569b921de80edc0355ee0645d99dc7617ad3c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:55:05 2025 +0100 treewide: move hyprland styling out of module commit eb25ce0c431690c050ac59d47dba6e5528e28181 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:43:35 2025 +0100 modules/nix/style/modules: remove styling for unused programs commit efb6b91ce19f113fa2b814cebdd6eb7ee97a865a Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:00:54 2025 +0100 treewide: move foot styling out of module commit 4c06a66b5e7a63fbec5179feefdda99755dc9c60 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:56:05 2025 +0100 treewide: move fish styling out of module commit b3a03e5e9b144bc8e4645fd1b555c1932c4019e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:47:43 2025 +0100 treewide: move discord styling out of module
2025-01-19 19:42:47 +00:00
inherit (gtk.iconTheme) name package;
treewide: refactor structure I have decided to refactor the entire structure of my repository, as the old one was getting quite cluttered and I needed something that made more sense. I've decided to go with the following, which will be explained in the README when I find the time to do it. The gist of it is: - Put everything shared into its shared directory - Rewrite the theme module (now style) to be more split, as it is theming a lot of different apps - Merge nixos and home-manager configurations back into a singular config directory Thanks a lot to llakala for the massive help she was with my Nix code. commit 66ff9820f8edc98350544df6848cfcc30c9deb77 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:28 2024 +0100 shared/nixosModules/style: use sharedModules commit 127129404976e88d2b314f7bba87685a9c290685 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:13 2024 +0100 treewide: remove unused nvidia file commit ab18a424182e95f2e7767184e2dc2358426157ca Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:02:34 2024 +0100 flake: remove uneeded directory for nodes commit f8afc9f4615b725064279530984d13cb73860d6e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 18:43:19 2024 +0100 shared/nixosModules/style: split everything into its file commit 851a4d0d32176bd8fcbca5dfb7ca88f1cbb9b368 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:15:40 2024 +0100 repo: update README commit e01237d59a134b1f31ddfdbc9c9edcc0eabf9f98 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:56 2024 +0100 hosts/solaire: delete unused modules directory commit 1c3665ec1cd283274c9775c31bb347a06ab7243d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:24 2024 +0100 pkgs: move to shared/pkgs commit 587e8d321bfe956b3a67c159e071e62f5bca1227 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:57:03 2024 +0100 treewide: split up options from theming module, rename to style As an initial step towards refactoring the theming module, the options have been split up from the configuration itself. This will allow to find available options quicker, and separate concerns nicely. It was also renamed to style, to avoid confusion with its own options (eg. gtk.theme). commit 87bb04f0653b9363e692084ae15eae8de30b4f1c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:59 2024 +0100 config/nixos/core/boot: remove unused arguments commit 8e7c0584efaaf2e5a7bec37fd79d33fee13cf813 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:46 2024 +0100 hosts: move host-specific configuration to hosts/{host}/config commit a600143e8a116f211ae21b637517515e6a055a20 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:24 2024 +0100 nvidia: move to hosts/solaire commit 7174a33a447256eda6e0de5efbf83083bb5f94e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:14:06 2024 +0100 treewide: reorganize general structure commit b86f1470ed00f84246fb91fa6eb7a5f9afe22695 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:03:08 2024 +0100 hosts/solaire: set global vars commit de6ea242c08762535e629260c659d01caef1eb7b Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:59 2024 +0100 system/network: replace hard-coded values with global vars commit 5acf11adcad6872d52efcdff0e95a07afa1bce81 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:51 2024 +0100 system/core/users: replace hard-coded values with global vars commit 96425172a04c7c43cc0989b6dda19305bf3a5e0d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:30 2024 +0100 hosts/vamos: set global vars commit 8338818b7d84541fd37d2a195e845aff575c3d53 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:23 2024 +0100 hosts: import local modules by default commit ffb60ac8694b0fa18851a1a3ce8b0f77bd050531 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:54 2024 +0100 flake: update eachSystem to use lib.systems.flakeExposed commit e98a15db1d449c7a8993abac2ede6fdb5fe84958 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:33 2024 +0100 modules: create modules to hold global variables
2024-12-18 18:24:59 +00:00
};
theme = {
treewide: move styling to their respective modules As a first step towards getting rid of home-manager and going towards a cleaner, more concise configuration, I decided to move back the styling to their respective home-manager modules. Since I'm not planning to share my styling module anymore, as it is very specific to my config, I just decided to merge everything together. commit 078334af4819c2710644017feb8c2b1f2eaf8441 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Sun Jan 19 20:41:14 2025 +0100 treewide: finish moving rest of styling to their respective hm modules commit 57432a9655640f37287b297101b0eb733bfc8c44 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:13:54 2025 +0100 treewide: move regreet styling out of module commit 6fef9e0a760fcb0cd968e65c0c3585e9aaf93f06 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:10:33 2025 +0100 treewide: move swaync styling out of module commit 2f4a8433c78d10259c3b45bb4ff35368a619537e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:06:33 2025 +0100 treewide: move nvf styling out of module commit a31591529804f3428e9d14117e2eac1ac7f1405d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:58 2025 +0100 treewide: move hyprlock styling out of module commit 0fe6f67b20937f515717caa72212f4415ea5d8ac Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:49 2025 +0100 modules/nix/core/home-manager: import lib' in extraSpecialArgs commit e09569b921de80edc0355ee0645d99dc7617ad3c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:55:05 2025 +0100 treewide: move hyprland styling out of module commit eb25ce0c431690c050ac59d47dba6e5528e28181 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:43:35 2025 +0100 modules/nix/style/modules: remove styling for unused programs commit efb6b91ce19f113fa2b814cebdd6eb7ee97a865a Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:00:54 2025 +0100 treewide: move foot styling out of module commit 4c06a66b5e7a63fbec5179feefdda99755dc9c60 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:56:05 2025 +0100 treewide: move fish styling out of module commit b3a03e5e9b144bc8e4645fd1b555c1932c4019e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:47:43 2025 +0100 treewide: move discord styling out of module
2025-01-19 19:42:47 +00:00
inherit (gtk.theme) name package;
treewide: refactor structure I have decided to refactor the entire structure of my repository, as the old one was getting quite cluttered and I needed something that made more sense. I've decided to go with the following, which will be explained in the README when I find the time to do it. The gist of it is: - Put everything shared into its shared directory - Rewrite the theme module (now style) to be more split, as it is theming a lot of different apps - Merge nixos and home-manager configurations back into a singular config directory Thanks a lot to llakala for the massive help she was with my Nix code. commit 66ff9820f8edc98350544df6848cfcc30c9deb77 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:28 2024 +0100 shared/nixosModules/style: use sharedModules commit 127129404976e88d2b314f7bba87685a9c290685 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:13 2024 +0100 treewide: remove unused nvidia file commit ab18a424182e95f2e7767184e2dc2358426157ca Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:02:34 2024 +0100 flake: remove uneeded directory for nodes commit f8afc9f4615b725064279530984d13cb73860d6e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 18:43:19 2024 +0100 shared/nixosModules/style: split everything into its file commit 851a4d0d32176bd8fcbca5dfb7ca88f1cbb9b368 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:15:40 2024 +0100 repo: update README commit e01237d59a134b1f31ddfdbc9c9edcc0eabf9f98 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:56 2024 +0100 hosts/solaire: delete unused modules directory commit 1c3665ec1cd283274c9775c31bb347a06ab7243d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:24 2024 +0100 pkgs: move to shared/pkgs commit 587e8d321bfe956b3a67c159e071e62f5bca1227 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:57:03 2024 +0100 treewide: split up options from theming module, rename to style As an initial step towards refactoring the theming module, the options have been split up from the configuration itself. This will allow to find available options quicker, and separate concerns nicely. It was also renamed to style, to avoid confusion with its own options (eg. gtk.theme). commit 87bb04f0653b9363e692084ae15eae8de30b4f1c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:59 2024 +0100 config/nixos/core/boot: remove unused arguments commit 8e7c0584efaaf2e5a7bec37fd79d33fee13cf813 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:46 2024 +0100 hosts: move host-specific configuration to hosts/{host}/config commit a600143e8a116f211ae21b637517515e6a055a20 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:24 2024 +0100 nvidia: move to hosts/solaire commit 7174a33a447256eda6e0de5efbf83083bb5f94e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:14:06 2024 +0100 treewide: reorganize general structure commit b86f1470ed00f84246fb91fa6eb7a5f9afe22695 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:03:08 2024 +0100 hosts/solaire: set global vars commit de6ea242c08762535e629260c659d01caef1eb7b Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:59 2024 +0100 system/network: replace hard-coded values with global vars commit 5acf11adcad6872d52efcdff0e95a07afa1bce81 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:51 2024 +0100 system/core/users: replace hard-coded values with global vars commit 96425172a04c7c43cc0989b6dda19305bf3a5e0d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:30 2024 +0100 hosts/vamos: set global vars commit 8338818b7d84541fd37d2a195e845aff575c3d53 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:23 2024 +0100 hosts: import local modules by default commit ffb60ac8694b0fa18851a1a3ce8b0f77bd050531 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:54 2024 +0100 flake: update eachSystem to use lib.systems.flakeExposed commit e98a15db1d449c7a8993abac2ede6fdb5fe84958 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:33 2024 +0100 modules: create modules to hold global variables
2024-12-18 18:24:59 +00:00
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = scheme.variant == "dark";
};
};
dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-${scheme.variant}";
treewide: move styling to their respective modules As a first step towards getting rid of home-manager and going towards a cleaner, more concise configuration, I decided to move back the styling to their respective home-manager modules. Since I'm not planning to share my styling module anymore, as it is very specific to my config, I just decided to merge everything together. commit 078334af4819c2710644017feb8c2b1f2eaf8441 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Sun Jan 19 20:41:14 2025 +0100 treewide: finish moving rest of styling to their respective hm modules commit 57432a9655640f37287b297101b0eb733bfc8c44 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:13:54 2025 +0100 treewide: move regreet styling out of module commit 6fef9e0a760fcb0cd968e65c0c3585e9aaf93f06 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:10:33 2025 +0100 treewide: move swaync styling out of module commit 2f4a8433c78d10259c3b45bb4ff35368a619537e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:06:33 2025 +0100 treewide: move nvf styling out of module commit a31591529804f3428e9d14117e2eac1ac7f1405d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:58 2025 +0100 treewide: move hyprlock styling out of module commit 0fe6f67b20937f515717caa72212f4415ea5d8ac Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 12:02:49 2025 +0100 modules/nix/core/home-manager: import lib' in extraSpecialArgs commit e09569b921de80edc0355ee0645d99dc7617ad3c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:55:05 2025 +0100 treewide: move hyprland styling out of module commit eb25ce0c431690c050ac59d47dba6e5528e28181 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:43:35 2025 +0100 modules/nix/style/modules: remove styling for unused programs commit efb6b91ce19f113fa2b814cebdd6eb7ee97a865a Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 11:00:54 2025 +0100 treewide: move foot styling out of module commit 4c06a66b5e7a63fbec5179feefdda99755dc9c60 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:56:05 2025 +0100 treewide: move fish styling out of module commit b3a03e5e9b144bc8e4645fd1b555c1932c4019e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Fri Jan 17 10:47:43 2025 +0100 treewide: move discord styling out of module
2025-01-19 19:42:47 +00:00
};
treewide: refactor structure I have decided to refactor the entire structure of my repository, as the old one was getting quite cluttered and I needed something that made more sense. I've decided to go with the following, which will be explained in the README when I find the time to do it. The gist of it is: - Put everything shared into its shared directory - Rewrite the theme module (now style) to be more split, as it is theming a lot of different apps - Merge nixos and home-manager configurations back into a singular config directory Thanks a lot to llakala for the massive help she was with my Nix code. commit 66ff9820f8edc98350544df6848cfcc30c9deb77 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:28 2024 +0100 shared/nixosModules/style: use sharedModules commit 127129404976e88d2b314f7bba87685a9c290685 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:23:13 2024 +0100 treewide: remove unused nvidia file commit ab18a424182e95f2e7767184e2dc2358426157ca Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 19:02:34 2024 +0100 flake: remove uneeded directory for nodes commit f8afc9f4615b725064279530984d13cb73860d6e Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 18:43:19 2024 +0100 shared/nixosModules/style: split everything into its file commit 851a4d0d32176bd8fcbca5dfb7ca88f1cbb9b368 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:15:40 2024 +0100 repo: update README commit e01237d59a134b1f31ddfdbc9c9edcc0eabf9f98 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:56 2024 +0100 hosts/solaire: delete unused modules directory commit 1c3665ec1cd283274c9775c31bb347a06ab7243d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 11:00:24 2024 +0100 pkgs: move to shared/pkgs commit 587e8d321bfe956b3a67c159e071e62f5bca1227 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:57:03 2024 +0100 treewide: split up options from theming module, rename to style As an initial step towards refactoring the theming module, the options have been split up from the configuration itself. This will allow to find available options quicker, and separate concerns nicely. It was also renamed to style, to avoid confusion with its own options (eg. gtk.theme). commit 87bb04f0653b9363e692084ae15eae8de30b4f1c Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:59 2024 +0100 config/nixos/core/boot: remove unused arguments commit 8e7c0584efaaf2e5a7bec37fd79d33fee13cf813 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:46 2024 +0100 hosts: move host-specific configuration to hosts/{host}/config commit a600143e8a116f211ae21b637517515e6a055a20 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:19:24 2024 +0100 nvidia: move to hosts/solaire commit 7174a33a447256eda6e0de5efbf83083bb5f94e8 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:14:06 2024 +0100 treewide: reorganize general structure commit b86f1470ed00f84246fb91fa6eb7a5f9afe22695 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 10:03:08 2024 +0100 hosts/solaire: set global vars commit de6ea242c08762535e629260c659d01caef1eb7b Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:59 2024 +0100 system/network: replace hard-coded values with global vars commit 5acf11adcad6872d52efcdff0e95a07afa1bce81 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:51 2024 +0100 system/core/users: replace hard-coded values with global vars commit 96425172a04c7c43cc0989b6dda19305bf3a5e0d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:30 2024 +0100 hosts/vamos: set global vars commit 8338818b7d84541fd37d2a195e845aff575c3d53 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:24:23 2024 +0100 hosts: import local modules by default commit ffb60ac8694b0fa18851a1a3ce8b0f77bd050531 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:54 2024 +0100 flake: update eachSystem to use lib.systems.flakeExposed commit e98a15db1d449c7a8993abac2ede6fdb5fe84958 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Wed Dec 18 09:23:33 2024 +0100 modules: create modules to hold global variables
2024-12-18 18:24:59 +00:00
}