remove dms
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
dms = {
|
||||
url = "github:AvengeMedia/DankMaterialShell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sls-steam = {
|
||||
url = "github:AceSLS/SLSsteam";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -36,7 +32,6 @@
|
||||
sls-steam,
|
||||
yazi,
|
||||
millennium,
|
||||
dms,
|
||||
noctalia,
|
||||
gsr-ui,
|
||||
...
|
||||
@@ -72,7 +67,7 @@
|
||||
home-manager.users.user = import ./home-manager/home.nix;
|
||||
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit dms noctalia;
|
||||
inherit noctalia;
|
||||
};
|
||||
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
||||
Reference in New Issue
Block a user