hyprland stuff

This commit is contained in:
2023-10-29 02:07:02 +02:00
parent 09e9968bb2
commit e7416f5bdf
6 changed files with 53 additions and 10 deletions

View File

@@ -6,12 +6,6 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# hyprland.url = "github:hyprwm/Hyprland";
# split-monitor-workspaces = {
# url = "github:Duckonaut/split-monitor-workspaces";
# inputs.hyprland.follows = "hyprland";
# };
};
outputs = {nixpkgs, home-manager, ...}:
@@ -36,7 +30,6 @@
inherit pkgs;
modules = [
# hyprland.homeManagerModules.default
home
];
};