actually set up paperwm on the framework
This commit is contained in:
parent
fc1075fc52
commit
a66ba69b61
3 changed files with 14 additions and 16 deletions
|
|
@ -14,7 +14,6 @@ let
|
|||
];
|
||||
|
||||
gnomePkgs = with pkgs; [
|
||||
gnomecast
|
||||
gnome-tweaks
|
||||
gnomeExtensions.worksets
|
||||
];
|
||||
|
|
@ -23,11 +22,9 @@ in
|
|||
imports = [
|
||||
(import ./commandline.nix)
|
||||
(import ./programs/alacritty)
|
||||
# (import ./programs/kitty)
|
||||
# (import ./programs/wezterm)
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [ (import ../overlays/paperwm.nix) ];
|
||||
nixpkgs.overlays = [];
|
||||
|
||||
home = {
|
||||
packages = defaultPkgs ++ gnomePkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue