tree-wide: remove sway related config
This commit is contained in:
parent
7780de1f47
commit
2e2f2239a5
82 changed files with 10 additions and 6568 deletions
|
@ -1,10 +1,9 @@
|
|||
{ inputs, packages, ... }:
|
||||
{ inputs, ... }:
|
||||
rec {
|
||||
all = [
|
||||
scripts
|
||||
themes
|
||||
new-packages
|
||||
patches
|
||||
lib_extended
|
||||
disko
|
||||
];
|
||||
|
@ -35,9 +34,7 @@ rec {
|
|||
);
|
||||
|
||||
new-packages = (
|
||||
final: prev:
|
||||
packages
|
||||
// {
|
||||
final: prev: {
|
||||
dhist = inputs.dhist.packages.${prev.system}.dhist;
|
||||
demoji = inputs.demoji.packages.${prev.system}.default;
|
||||
tlauncher = inputs.tlauncher.packages.${prev.system}.tlauncher;
|
||||
|
@ -45,18 +42,6 @@ rec {
|
|||
}
|
||||
);
|
||||
|
||||
patches = (
|
||||
final: prev: {
|
||||
mySway = prev.sway.override {
|
||||
withBaseWrapper = true;
|
||||
withGtkWrapper = true;
|
||||
sway-unwrapped = prev.sway-unwrapped.overrideAttrs (old: {
|
||||
patches = old.patches ++ [ ../patches/sway/fix-hide_cursor-clearing-focus.patch ];
|
||||
});
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
lib_extended = (
|
||||
final: prev: {
|
||||
lib = prev.lib // rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue