dms: use nixpkgs version
This commit is contained in:
@@ -60,8 +60,5 @@
|
||||
|
||||
buildbot-nix.url = "github:nix-community/buildbot-nix";
|
||||
buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
dankMaterialShell.url = "github:AvengeMedia/DankMaterialShell";
|
||||
dankMaterialShell.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
|
||||
];
|
||||
|
||||
programs.dankMaterialShell.enable = true;
|
||||
}
|
||||
@@ -295,7 +295,6 @@ binds {
|
||||
|
||||
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||
|
||||
spawn-at-startup "dms" "run"
|
||||
spawn-at-startup "kdeconnect-indicator"
|
||||
spawn-at-startup "~/rep/flocon/home/bin/monitor-dark-mode.sh"
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
../../home-manager/minecraft.nix
|
||||
../../home-manager/desktop
|
||||
../../home-manager/desktop/gnome.nix
|
||||
../../home-manager/desktop/dank.nix
|
||||
../../home-manager/desktop/niri.nix
|
||||
../../home-manager/desktop/vicinae.nix
|
||||
];
|
||||
|
||||
@@ -11,4 +11,6 @@
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs.dms-shell.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user