initial commit
This commit is contained in:
17
home/programs/bspwm/default.nix
Normal file
17
home/programs/bspwm/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
xsession.windowManager.bspwm = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./bspwmrc;
|
||||
};
|
||||
|
||||
# home.file.".config/bspwm/bspwmrc".source = ./bspwmrc;
|
||||
|
||||
# home.activation.sourceMyScript = lib.mkAfter ''
|
||||
# source "${config.xdg.configHome}/bspwm/bspwmrc"
|
||||
# '';
|
||||
}
|
||||
Reference in New Issue
Block a user