arbys niri config for now, increase gaps

This commit is contained in:
atagen 2025-08-14 13:39:48 +10:00
parent 6d8e151af8
commit 7bb0a4bc31
3 changed files with 9 additions and 4 deletions

View file

@ -24,7 +24,7 @@ output "DP-2" {
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
prefer-no-csd
layout {
gaps 32
gaps 64
struts {
left 0
right 0

View file

@ -38,7 +38,7 @@
borders = {
thickness = 6;
rounding = 0;
gaps = 32;
gaps = 48;
};
bg = {

View file

@ -16,9 +16,14 @@
];
# user.desktops.niri = {
# enable = true;
# configFile = ./desktop/niri-config.kdl;
# configFile = ./desktop/niri-config.kdl;
# };
user.xdg.config.files."niri/config.kdl".source = ./desktop/niri-config.kdl;
environment.files."/home/${mainUser}/.config/niri/config.kdl" = {
uid = 1000;
gid = 100;
source = "/home/${mainUser}/.nix/graphical/desktop/niri-config.kdl";
};
# user.xdg.config.files."niri/config.kdl".source = ./desktop/niri-config.kdl;
user.packages = [ inputs.niri.packages.${pkgs.system}.niri-unstable ];
services.greetd = {
enable = true;