mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: in tree changes
This commit is contained in:
parent
185833d1fb
commit
d60c09d981
32 changed files with 339 additions and 155 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
gtk = {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue