wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 16:42:34 +01:00
parent c2dd8c26f5
commit 8da71cfe23
4 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,10 @@
{ config, ... }:
{
# Source niri config
xdg.configFile."niri/config.kdl".source = ./config.kdl;
xdg.configFile."niri" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/niri";
};
# Additional setup
services.polkit-gnome.enable = true;

View file

@ -67,8 +67,8 @@ output "DP-3" {
}
cursor {
x-cursor-theme "Bibata-Modern-Ice"
x-cursor-size 24
xcursor-theme "Bibata-Modern-Ice"
xcursor-size 24
hide-when-typing
hide-after-inactive-ms 1000
}