Skip to content

Commit

Permalink
move to gnome from kde
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Aug 27, 2024
1 parent 96a5989 commit 22d7fba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/home/kde/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ config
, pkgs
, lib
, ...
}:
let
isMacOS = pkgs.stdenv.hostPlatform.system == "aarch64-darwin" || pkgs.stdenv.hostPlatform.system == "x86_64-darwin";
in
{
config = { };
}
2 changes: 1 addition & 1 deletion nixos/station/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
outputs.nixosModules.fonts
outputs.nixosModules.media
outputs.nixosModules.nixpkgs
outputs.nixosModules.desktop.kde
outputs.nixosModules.desktop.gnome
outputs.nixosModules.users.sakhib

# Or modules from other flakes (such as nixos-hardware):
Expand Down

0 comments on commit 22d7fba

Please sign in to comment.