Skip to content

Commit

Permalink
sway: use latest git version
Browse files Browse the repository at this point in the history
swaywm/sway#7226 is merged
swaywm/sway#6249 looks dead :(

also simplified ./overlays
  • Loading branch information
Guanran928 committed Feb 24, 2024
1 parent b098eda commit 66d7539
Show file tree
Hide file tree
Showing 9 changed files with 1,848 additions and 24 deletions.
7 changes: 3 additions & 4 deletions nixos/profiles/common/core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
];

nixpkgs.overlays = [
inputs.self.overlays.nautilus.typeahead
inputs.self.overlays.prismlauncher.offline-mode
inputs.self.overlays.sway.input-method-popup
inputs.self.overlays.sway.tray-dbus-menu
inputs.self.overlays.nautilus
inputs.self.overlays.prismlauncher
inputs.self.overlays.sway
];

### home-manager
Expand Down
13 changes: 3 additions & 10 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ let
patches = (old.patches or []) ++ patches;
});
in {
nautilus = {
typeahead = import ./nautilus/typeahead.nix {inherit addPatches;};
};
prismlauncher = {
offline-mode = import ./prismlauncher/offline-mode.nix {inherit addPatches;};
};
sway = {
input-method-popup = import ./sway/input-method-popup.nix {inherit addPatches;};
tray-dbus-menu = import ./sway/tray-dbus-menu.nix {inherit addPatches;};
};
nautilus = import ./nautilus.nix {inherit addPatches;};
prismlauncher = import ./prismlauncher.nix {inherit addPatches;};
sway = import ./sway;
}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 66d7539

Please sign in to comment.