summaryrefslogtreecommitdiff
path: root/users/seth
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-02 08:15:15 -0400
committerseth <[email protected]>2023-11-02 08:19:27 -0400
commit7ded7c99e0e77e1aaf46802c42625b267ddc8a69 (patch)
tree8b827fc22cad1e2fe40a23b97fd7728fa1d29c84 /users/seth
parent4fffa9ece74302f5cc34ab5bf7548d378ba4d277 (diff)
modules+systems+seth: use homebrew over nix on darwin & make features module
Diffstat (limited to 'users/seth')
-rw-r--r--users/seth/desktop/default.nix19
-rw-r--r--users/seth/system.nix2
2 files changed, 7 insertions, 14 deletions
diff --git a/users/seth/desktop/default.nix b/users/seth/desktop/default.nix
index 6815ab2..fb4b894 100644
--- a/users/seth/desktop/default.nix
+++ b/users/seth/desktop/default.nix
@@ -13,18 +13,11 @@
];
config = lib.mkIf config.desktop.enable {
- home.packages = with pkgs;
- [
- discord
- element-desktop
- spotify
- prismlauncher
- ]
- ++ lib.optionals stdenv.isDarwin [
- iterm2
- ]
- ++ lib.optionals stdenv.isLinux [
- steam
- ];
+ home.packages = with pkgs; [
+ discord
+ element-desktop
+ spotify
+ prismlauncher
+ ];
};
}
diff --git a/users/seth/system.nix b/users/seth/system.nix
index 6d9d213..e6b22d7 100644
--- a/users/seth/system.nix
+++ b/users/seth/system.nix
@@ -24,9 +24,9 @@
imports =
[
./.
- ./desktop
]
++ lib.optionals pkgs.stdenv.isLinux [
+ ./desktop
./programs/chromium.nix
./programs/firefox
./programs/mangohud.nix