Still GTK looks
This commit is contained in:
+1
-1
@@ -138,6 +138,7 @@ Machine-specific NixOS configurations (e.g., =configuration.nix= for =maindroid=
|
||||
|
||||
This section contains the Org blocks for tangling Nix code into the generated folders.
|
||||
|
||||
|
||||
** =flake.nix=
|
||||
The Nix flake definition for Droidnix.
|
||||
#+BEGIN_SRC nix :tangle flake.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
@@ -314,7 +315,6 @@ mkShell {
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
** =generated/out_of_tree/machines/traveldroid/top.nix=
|
||||
This is the top of the machine hierarchy
|
||||
#+BEGIN_SRC nix :tangle generated/out_of_tree/machines/traveldroid/top.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
|
||||
+2
-4
@@ -15,7 +15,6 @@
|
||||
url = "github:catppuccin/nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
zen-browser = {
|
||||
url = "github:youwen5/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -23,7 +22,7 @@
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
outputs =
|
||||
outputs =
|
||||
inputs@{
|
||||
self,
|
||||
nixpkgs,
|
||||
@@ -53,8 +52,7 @@
|
||||
# Import machine-specific configurations
|
||||
./generated/out_of_tree/machines/traveldroid/top.nix
|
||||
# Catppuccin theme module
|
||||
inputs.catppuccin.nixosModules.default
|
||||
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
# Anchoring all the other nixes
|
||||
./generated/top.nix
|
||||
# Home Manager module
|
||||
|
||||
@@ -20,5 +20,11 @@
|
||||
./networking.nix
|
||||
./gtk.nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.catppuccin.nixosModules.default
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user