disable niri

This commit is contained in:
Markus Heurung 2025-03-25 14:02:55 +01:00
parent e7a892e2fd
commit 752a81ccaf
2 changed files with 5 additions and 23 deletions

View file

@ -1,5 +1,10 @@
{ config, pkgs, lib, ... }:
{
imports = [
modules/gnome
modules/sway
];
home = {
username = "muhh";
homeDirectory = "/home/muhh";
@ -283,15 +288,6 @@
highlight feedlist "^.*$" color142 color234 bold
'';
};
niri = {
enable = true;
# settings = {
# environment = {
# "NIXOS_OZONE_WL" = "1";
# "QT_QPA_PLATFORM" = "wayland";
# };
# };
};
nixvim = {
enable = true;
defaultEditor = true;