This commit is contained in:
2025-08-31 13:27:12 -05:00
parent 9698873c0b
commit 85c96cd78b
15 changed files with 219 additions and 190 deletions

View File

@@ -1,19 +1,19 @@
{ config, lib, pkgs, inputs, ... }: {
imports = [
./ags
./git
./nh
./hyprland
./hyprpanel
./terminal
./rofi
./pywal
./swaylock
./hyprlock
./calcurse
./firefox
];
config = {
config = lib.mkIf (config.homeconfig.host != "android") {
home.packages = lib.mkIf (!config.homeconfig.wal.enable) [
inputs.nixvim.packages.${pkgs.system}.default