Skip to content

Commit

Permalink
tree-wide: drop sway (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Dec 9, 2024
1 parent 1011572 commit c7581ba
Show file tree
Hide file tree
Showing 30 changed files with 23 additions and 782 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ This flake takes a variety of upstream and third party flakes as inputs:
- [lanzaboote](https://github.com/nix-community/lanzaboote): secure boot for NixOS.
- [nur](https://github.com/nix-community/NUR): extra packages from the nix user repository.
- [stylix](https://github.com/danth/stylix): system-wide color schemes and typography.
- [sway](https://github.com/swaywm/sway): fantastic, rock-solid tiling compositor for wayland.

## Outputs

Expand All @@ -37,7 +36,6 @@ This flake takes a variety of upstream and third party flakes as inputs:
- nixosModules.nixos: opinionated desktop, app, and service options.
- nixosModules.users: basic user configuration options.
- overlays.default: adds every package output to nixpkgs.
- overlays.rofi-bluetooth: overlays rofi-bluetooth with custom patches.
- overlays.tablet: tablet optimizations, mainly for electron apps.

In addition, this flake outputs NixOS configurations, home-manager configurations, and various hardware modules for all of my hosts and users.
Expand Down
6 changes: 3 additions & 3 deletions homeManagerModules/apps/nemo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

"org/nemo/preferences/menu-config" = {
background-menu-open-as-root =
!(config.ar.home.desktop.hyprland.enable || config.ar.home.desktop.sway.enable);
!(config.ar.home.desktop.hyprland.enable);
selection-menu-open-as-root =
!(config.ar.home.desktop.hyprland.enable || config.ar.home.desktop.sway.enable);
!(config.ar.home.desktop.hyprland.enable);
};

"org/nemo/plugins".disabled-actions =
lib.optionals
(config.ar.home.desktop.hyprland.enable || config.ar.home.desktop.sway.enable) [
(config.ar.home.desktop.hyprland.enable) [
"90_new-launcher.nemo_action"
"add-desklets.nemo_action"
"change-background.nemo_action"
Expand Down
2 changes: 0 additions & 2 deletions homeManagerModules/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
./gnome
./hyprland
./kde
./sway
./wayland
];

Expand All @@ -18,7 +17,6 @@
config.ar.home.desktop.gnome.enable
|| config.ar.home.desktop.hyprland.enable
|| config.ar.home.desktop.kde.enable
|| config.ar.home.desktop.sway.enable
) {
dconf = {
enable = true;
Expand Down
157 changes: 0 additions & 157 deletions homeManagerModules/desktop/sway/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions homeManagerModules/desktop/sway/default.nix

This file was deleted.

21 changes: 0 additions & 21 deletions homeManagerModules/desktop/sway/scripts.nix

This file was deleted.

Loading

0 comments on commit c7581ba

Please sign in to comment.