Skip to content

Commit

Permalink
theseus: only install on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Apr 9, 2024
1 parent 3048227 commit ec23253
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion configs/home/bricked/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

# Apps
programs.librewolf.enable = true;
programs.theseus.enable = true;
programs.vesktop.enable = true;
home.packages = with pkgs; [heroic];
}
1 change: 1 addition & 0 deletions configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
programs.steam.enable = true;
programs.theseus.enable = true;

# Enable networking
networking.networkmanager.enable = true;
Expand Down
1 change: 0 additions & 1 deletion modules/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
./fastfetch
./spotify-player
./cava
./theseus
./vesktop
];
}
1 change: 1 addition & 0 deletions modules/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
./hyprland
./sddm
./pipewire
./theseus
./steam
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ in {
};

config = mkIf cfg.enable {
home.packages = with getchoo.packages.${pkgs.system}; [modrinth-app];
environment.systemPackages = with getchoo.packages.${pkgs.system}; [modrinth-app];
};
}

0 comments on commit ec23253

Please sign in to comment.