create wm module

This commit is contained in:
Adithya 2023-04-04 09:41:51 +05:30
parent 563dd25d7b
commit 827af54388
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
3 changed files with 8 additions and 16 deletions

View file

@ -28,9 +28,9 @@ in
./misc.nix
./persistence.nix
./scripts.nix
./sway
./terminal.nix
./virt-manager.nix
./wm
];
home.packages = with pkgs; [

6
home/wm/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }: {
imports = [
./sway
./addon
];
}

View file

@ -1,18 +1,4 @@
{ config
, lib
, pkgs
, ...
}: {
imports = [
./gnome-keyring.nix
./gtk.nix
./kanshi.nix
./dunst.nix
./rofi
./swayidle.nix
./wallpapers.nix
./waybar
];
{ config, lib, pkgs, ... }: {
home.packages = with pkgs; [
wl-clipboard