New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
+3
-4
@@ -100,7 +100,6 @@ The Nix flake definition for Droidnix.
|
||||
{
|
||||
# flake-parts requires you to define systems
|
||||
systems = [ "x86_64-linux" ];
|
||||
modules = [ inputs.stylix.nixosModules.default];
|
||||
imports = [
|
||||
(import-tree ./generated/modules) # Auto-loads your modules
|
||||
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
||||
@@ -630,9 +629,9 @@ Sets theming for the terminal
|
||||
|
||||
{
|
||||
# (NVF = Neovim/terminal flavor)
|
||||
stylix.targets.nvf.enable = true;
|
||||
# stylix.targets.nvf.enable = true;
|
||||
# feh wallpaper integration
|
||||
stylix.targets.feh.enable = true;
|
||||
# stylix.targets.feh.enable = true;
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -901,7 +900,7 @@ Setting up GTK
|
||||
#st # NVF / terminal target, or kitty
|
||||
];
|
||||
# Stylix GTK target
|
||||
stylix.targets.gtk.enable = true;
|
||||
# stylix.targets.gtk.enable = true;
|
||||
|
||||
home-manager.users.${user.username} = {
|
||||
gtk = {
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
{
|
||||
# flake-parts requires you to define systems
|
||||
systems = [ "x86_64-linux" ];
|
||||
modules = [ inputs.stylix.nixosModules.default];
|
||||
imports = [
|
||||
(import-tree ./generated/modules) # Auto-loads your modules
|
||||
.generated/hosts/traveldroid/traveldroid.nix # Explicitly load grouped host
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#st # NVF / terminal target, or kitty
|
||||
];
|
||||
# Stylix GTK target
|
||||
stylix.targets.gtk.enable = true;
|
||||
# stylix.targets.gtk.enable = true;
|
||||
|
||||
home-manager.users.${user.username} = {
|
||||
gtk = {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
# (NVF = Neovim/terminal flavor)
|
||||
stylix.targets.nvf.enable = true;
|
||||
# stylix.targets.nvf.enable = true;
|
||||
# feh wallpaper integration
|
||||
stylix.targets.feh.enable = true;
|
||||
# stylix.targets.feh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user