wip: dnsc-machine setup
This commit is contained in:
parent
c2dd8c26f5
commit
8da71cfe23
4 changed files with 9 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue