Skip to content

Commit

Permalink
back to gnome
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaq committed Jun 17, 2024
1 parent 24ddb84 commit 0e5e63c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions hosts/blue/blue.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;

services.sunshine = {
enable = true;
capSysAdmin = true;
};

yomaq = {
autoUpgrade.enable = true;
primaryUser.users = [ "carln" "admin" ];
Expand All @@ -36,8 +41,7 @@
};
nixos-containers.openvscode.enable = true;
glances.enable = lib.mkForce false;
# gnome.enable = true;
kde-plasma.enable = true;
gnome.enable = true;
scripts.enable = true;
flatpak.enable = true;
timezone.central= true;
Expand Down
2 changes: 1 addition & 1 deletion users/carln/homeManager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
};
yomaq = {
suites.basic.enable = true;
# gnomeOptions.enable = true;
gnomeOptions.enable = true;
vscode.enable = true;
alacritty.enable = true;
nixvim.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion users/ryn/homeManager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
programs = {};
yomaq = {
suites.basic.enable = true;
# gnomeOptions.enable = true;
gnomeOptions.enable = true;
vscode.enable = true;
alacritty.enable = true;
};
Expand Down

0 comments on commit 0e5e63c

Please sign in to comment.