Skip to content

Commit

Permalink
nixos: replace system monitor with mission center
Browse files Browse the repository at this point in the history
This reapplies faaf1e3 after the issue described in d758344 was
resolved.
  • Loading branch information
brckd committed Jan 1, 2025
1 parent 010e36a commit 290fea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ with lib; {
cavalier
gnome-obfuscate
bottles
mission-center
(uutils-coreutils.override {prefix = "";})
(writeShellScriptBin "wine-mono" "mono")
(writeShellScriptBin "xdg-terminal-exec" "kitty -e $@")
Expand Down
1 change: 1 addition & 0 deletions configs/nixos/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ with lib; {
nitch
cavalier
gnome-obfuscate
mission-center
(uutils-coreutils.override {prefix = "";})
(writeShellScriptBin "xdg-terminal-exec" "kitty -e $@")
];
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ in {
simple-scan
gnome-software
gnome-weather
gnome-system-monitor
];
};
}

0 comments on commit 290fea9

Please sign in to comment.