Switch Northstar config to use plasma instead of sway
This commit is contained in:
parent
a1c84f5b3a
commit
6d629b0743
|
@ -2,7 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../home/personal.nix
|
../../home/personal.nix
|
||||||
../../home/gui/firefox.nix
|
../../home/gui/firefox.nix
|
||||||
../../home/desktop/sway.nix
|
|
||||||
];
|
];
|
||||||
home.username = "xenia";
|
home.username = "xenia";
|
||||||
home.homeDirectory = "/home/xenia";
|
home.homeDirectory = "/home/xenia";
|
||||||
|
@ -15,30 +14,4 @@
|
||||||
|
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
|
||||||
config = {
|
|
||||||
input = {
|
|
||||||
"touch" = {map_to_output = "DSI-1";};
|
|
||||||
"touchpad" = {click_method = "clickfinger";};
|
|
||||||
"10182:3632:hid-over-i2c_27C6:0E30" = {map_to_output = "DSI-1";};
|
|
||||||
};
|
|
||||||
terminal = "${pkgs.foot}/bin/foot";
|
|
||||||
output = {
|
|
||||||
DSI-1 = {
|
|
||||||
scale = "2.0";
|
|
||||||
transform = "270";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
programs.waybar = {
|
|
||||||
settings = {
|
|
||||||
main = {
|
|
||||||
"modules-left" = ["sway/workspaces"];
|
|
||||||
"modules-center" = ["clock#compact"];
|
|
||||||
"modules-right" = ["network#compact" "backlight" "battery" "tray"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue