summaryrefslogtreecommitdiff
path: root/users/ryan/darwin.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:09:49 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:09:49 -0400
commitcabf188ae487120d4b9ac1fe21fff45403a787b4 (patch)
treed9fa0f83426f6465029fb1de334665127e65d1d2 /users/ryan/darwin.nix
parent0ce4331f742863ec03c711c27b0a0dee7e8cc187 (diff)
various fixes to guix
Diffstat (limited to 'users/ryan/darwin.nix')
-rw-r--r--users/ryan/darwin.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/users/ryan/darwin.nix b/users/ryan/darwin.nix
index e721347..568306a 100644
--- a/users/ryan/darwin.nix
+++ b/users/ryan/darwin.nix
@@ -8,8 +8,6 @@
8 ./modules/ubersicht 8 ./modules/ubersicht
9 ]; 9 ];
10 10
11 home.stateVersion = "26.05"; # Please read the comment before changing.
12
13 ryan.sketchybar.enable = true; 11 ryan.sketchybar.enable = true;
14 12
15 programs.zen-browser = { 13 programs.zen-browser = {
@@ -30,7 +28,6 @@
30 28
31 home.packages = with pkgs; [ 29 home.packages = with pkgs; [
32 iina # Media player (frontend to mpv essentially) 30 iina # Media player (frontend to mpv essentially)
33 nerd-fonts.anonymice
34 jujutsu 31 jujutsu
35 netbird-tui 32 netbird-tui
36 ]; 33 ];