Stuff
This commit is contained in:
@@ -53,9 +53,21 @@
|
|||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
specialisation = {
|
||||||
|
niri.configuration = {
|
||||||
|
programs.niri.enable = true;
|
||||||
|
};
|
||||||
|
plasma.configuration = {
|
||||||
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
};
|
||||||
|
pantheon.configuration = {
|
||||||
|
services.xserver.desktopManager.pantheon.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
niri.enable = true;
|
# niri.enable = true;
|
||||||
|
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -80,6 +92,10 @@
|
|||||||
theme = "maldives";
|
theme = "maldives";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# desktopManager.plasma6 = {
|
||||||
|
# enable = true;
|
||||||
|
# };
|
||||||
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
|||||||
@@ -38,8 +38,8 @@ input {
|
|||||||
mouse {
|
mouse {
|
||||||
// off
|
// off
|
||||||
// natural-scroll
|
// natural-scroll
|
||||||
// accel-speed 0.2
|
accel-speed 0.2
|
||||||
// accel-profile "flat"
|
accel-profile "flat"
|
||||||
// scroll-method "no-scroll"
|
// scroll-method "no-scroll"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -98,6 +98,17 @@ output "eDP-1" {
|
|||||||
// position x=1280 y=0
|
// position x=1280 y=0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "DP-3" {
|
||||||
|
scale 1.33
|
||||||
|
position x=0 y=600
|
||||||
|
}
|
||||||
|
|
||||||
|
output "HDMI-A-1" {
|
||||||
|
scale 1.33
|
||||||
|
transform "90"
|
||||||
|
position x=2880 y=0
|
||||||
|
}
|
||||||
|
|
||||||
// Settings that influence how windows are positioned and sized.
|
// Settings that influence how windows are positioned and sized.
|
||||||
// Find more information on the wiki:
|
// Find more information on the wiki:
|
||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||||
|
|||||||
Reference in New Issue
Block a user