feat(desktop): move launcher config to homes and use home-manager modules
This commit is contained in:
parent
6d84bd00fe
commit
e6a60c257c
6 changed files with 25 additions and 26 deletions
|
@ -10,4 +10,5 @@ in
|
|||
mkMerge [
|
||||
(import ./browser.nix { inherit lib inputs system; })
|
||||
(import ./lockscreen.nix)
|
||||
(import ./launcher.nix)
|
||||
]
|
||||
|
|
7
homes/x86_64-linux/rafiq/desktop/launcher.nix
Normal file
7
homes/x86_64-linux/rafiq/desktop/launcher.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
home.sessionVariables.LAUNCHER = "fuzzel";
|
||||
programs.wofi = {
|
||||
style = null;
|
||||
settings = { };
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue