add testpc
This commit is contained in:
@@ -42,7 +42,6 @@ in
|
||||
logseq # notes
|
||||
ani-cli
|
||||
brave
|
||||
wayvnc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,4 +36,8 @@
|
||||
./niri.nix
|
||||
./wayvnc.nix
|
||||
];
|
||||
|
||||
options.custom.graphical.firefox-custom = {
|
||||
enable = lib.mkEnableOption "Enables custom firefox";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ in
|
||||
xkb.variant = config.mainUser.variant;
|
||||
enable = true;
|
||||
};
|
||||
services.displayManager.sddm.enable = !config.services.xserver.displayManager.gdm.enable;
|
||||
#services.displayManager.sddm.enable = !config.services.xserver.displayManager.gdm.enable;
|
||||
|
||||
#nix.settings = {
|
||||
# substituters = [ "https://hyprland.cachix.org" ];
|
||||
|
||||
Reference in New Issue
Block a user