create wm module
This commit is contained in:
parent
563dd25d7b
commit
827af54388
3 changed files with 8 additions and 16 deletions
|
@ -28,9 +28,9 @@ in
|
||||||
./misc.nix
|
./misc.nix
|
||||||
./persistence.nix
|
./persistence.nix
|
||||||
./scripts.nix
|
./scripts.nix
|
||||||
./sway
|
|
||||||
./terminal.nix
|
./terminal.nix
|
||||||
./virt-manager.nix
|
./virt-manager.nix
|
||||||
|
./wm
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
6
home/wm/default.nix
Normal file
6
home/wm/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
./sway
|
||||||
|
./addon
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,18 +1,4 @@
|
||||||
{ config
|
{ config, lib, pkgs, ... }: {
|
||||||
, lib
|
|
||||||
, pkgs
|
|
||||||
, ...
|
|
||||||
}: {
|
|
||||||
imports = [
|
|
||||||
./gnome-keyring.nix
|
|
||||||
./gtk.nix
|
|
||||||
./kanshi.nix
|
|
||||||
./dunst.nix
|
|
||||||
./rofi
|
|
||||||
./swayidle.nix
|
|
||||||
./wallpapers.nix
|
|
||||||
./waybar
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wl-clipboard
|
wl-clipboard
|
Loading…
Reference in a new issue