prep for tiling window manager in gnome

This commit is contained in:
Haak Saxberg 2022-03-15 23:23:57 -07:00
parent 7043319343
commit d6c935bd6c
2 changed files with 17 additions and 0 deletions

View file

@ -22,12 +22,17 @@ let
gnomePkgs = with pkgs; [
gnomecast
gnome.gnome-tweaks
# TODO: enable after experimenting with multi-monitor support and workspaces:
# https://github.com/paperwm/PaperWM#recommended-gnome-shell-settings
# gnomeExtensions.paperwm
gnomeExtensions.worksets
];
in
{
imports = [ (import ./commandline.nix) ] ++ [ (import ./programs/rofi) ];
nixpkgs.overlays = [ (import .././overlays/paperwm.nix) ];
home = {
packages = defaultPkgs ++ gnomePkgs;
};