mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Drop wrapper-manager
This commit is contained in:
parent
fa04b898a9
commit
758d78e737
24 changed files with 159 additions and 262 deletions
|
|
@ -1,9 +1,6 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
imports = [
|
||||
self.homeManagerModules.default
|
||||
self.wrappers.default
|
||||
];
|
||||
imports = [ self.homeManagerModules.default ];
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue