feat: in tree changes

This commit is contained in:
Kat Inskip 2025-02-16 00:14:29 -08:00
parent 185833d1fb
commit d60c09d981
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
32 changed files with 339 additions and 155 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
gnome.adwaita-icon-theme
adwaita-icon-theme
];
gtk = {

View file

@ -29,7 +29,7 @@ in {
sessionVariables = {
XDG_CURRENT_DESKTOP = "Unity";
XDG_SESSION_TYPE = "wayland";
WLR_DRM_DEVICES = "/dev/dri/card0";
WLR_DRM_DEVICES = "/dev/dri/card1";
};
packages = with pkgs; [
grim
@ -123,11 +123,16 @@ in {
input = {
"*" = {
xkb_layout = "us_gbp_map";
xkb_options = "compose:rctrl,ctrl:nocaps";
};
};
output = {
"*" = {
scale = "1.25";
};
};
gaps = {
smartBorders = "no_gaps";
};

View file

@ -32,6 +32,7 @@
"network"
"temperature"
"idle_inhibitor"
"battery"
"tray"
];
@ -50,6 +51,7 @@
"sway/window" = {
format = "{}";
};
battery = {};
tray = {
show-passive-items = true;
icon-size = 12;