mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
feat: moved from sway to niri
This commit is contained in:
parent
338e12ad7d
commit
4789d2e5d7
17 changed files with 315 additions and 513 deletions
|
@ -1,6 +1,6 @@
|
|||
{config, pkgs, ...}:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./tailscale.nix
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
nautilus
|
||||
libheif
|
||||
libheif.out
|
||||
xwayland-satellite
|
||||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
@ -27,6 +28,9 @@
|
|||
pkgs.xdg-desktop-portal-gnome
|
||||
];
|
||||
};
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
||||
security.pam.loginLimits = [
|
||||
{
|
||||
domain = "@users";
|
||||
|
@ -49,6 +53,10 @@
|
|||
})
|
||||
];
|
||||
|
||||
services.xserver.xkb = {
|
||||
layout = "fr";
|
||||
};
|
||||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue