xwl wrapper cause it's not actually sway now
This commit is contained in:
parent
25b93c8e61
commit
f8023ca843
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, config, pkgs, ... }: let
|
{ lib, config, pkgs, ... }: let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
inherit (config) conf;
|
inherit (config) conf;
|
||||||
mkSwayWrapper = import ./sway-wrapper.nix;
|
mkXwlWrapper = import ../niri/xwl-wrapper.nix;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
|
@ -23,7 +23,7 @@ in {
|
||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
inkscape
|
inkscape
|
||||||
# freecad -- broken dependency
|
# freecad -- broken dependency
|
||||||
] ++ [(mkSwayWrapper { lib = lib; pkgs = pkgs; app = "${pkgs.prusa-slicer}/bin/prusa-slicer"; name = "Prusa"; })];
|
] ++ [(mkXwlWrapper { lib = lib; pkgs = pkgs; app = "${pkgs.prusa-slicer}/bin/prusa-slicer"; name = "Prusa"; })];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/vesktop/settings.json" = {
|
".config/vesktop/settings.json" = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue