use noctalia shell and niri flake

This commit is contained in:
Joakim Repomaa
2026-05-29 17:51:12 +03:00
parent 8d35120d66
commit 11031dba48
8 changed files with 776 additions and 800 deletions

View File

@@ -1,8 +1,8 @@
{ ... }:
{ pkgs-unstable, ... }:
{
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
programs.niri.enable = true;
services.displayManager.sessionPackages = [ pkgs-unstable.niri ];
services.printing.enable = true;
services.keyd = {

View File

@@ -33,6 +33,7 @@ in
nerd-fonts.iosevka-term
];
services = {
gnome.evolution-data-server.enable = true;
pcscd = {
enable = true;
plugins = [ pkgs.ccid ];

View File

@@ -4,7 +4,10 @@
users.users.jokke = {
uid = 1001;
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"networkmanager"
];
shell = pkgs.zsh;
initialPassword = "changeme";
};
@@ -12,7 +15,10 @@
users.users.moco = {
uid = 1000;
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"networkmanager"
];
shell = pkgs.zsh;
initialPassword = "changeme";
subUidRanges = [