disable niri
This commit is contained in:
parent
e7a892e2fd
commit
752a81ccaf
2 changed files with 5 additions and 23 deletions
14
home.nix
14
home.nix
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue