enable 'shikane' on 'astyanax' (and add 'wdisplays')
This commit is contained in:
@@ -13,6 +13,7 @@ in
|
|||||||
../../modules/desktop/niri
|
../../modules/desktop/niri
|
||||||
../../modules/git.nix
|
../../modules/git.nix
|
||||||
../../modules/k9s.nix
|
../../modules/k9s.nix
|
||||||
|
(import ../../modules/shikane.nix { inherit pkgs; })
|
||||||
(import ../../modules/taskwarrior.nix {
|
(import ../../modules/taskwarrior.nix {
|
||||||
inherit config;
|
inherit config;
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|||||||
6
home/modules/shikane.nix
Normal file
6
home/modules/shikane.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ wdisplays ];
|
||||||
|
services.shikane.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user