wip: switch to niri
Some checks failed
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 2s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 5s
/ check (treefmt) (push) Successful in 2s
/ check-renovaterc (push) Successful in 2s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Failing after 4s
/ build (nvim) (push) Successful in 8s
/ report-size (push) Has been skipped

Looks cooler c:
This commit is contained in:
Jalil David Salamé Messina 2025-02-09 19:35:03 +01:00
parent 7dab7eb1dc
commit ff771c3db2
Signed by: jalil
GPG key ID: F016B9E770737A0B
8 changed files with 179 additions and 51 deletions

View file

@ -45,14 +45,9 @@ in
fonts.fontDir.enable = true;
programs = {
dconf.enable = true;
sway = {
enable = cfg.sway;
# No extra packages (by default it adds foot, dmenu, and other stuff)
extraPackages = [ ];
wrapperFeatures = {
base = true;
gtk = true;
};
niri = {
enable = cfg.windowManager;
package = pkgs.niri; # use nixpkgs' package instead of the flake's
};
};
security = {

View file

@ -37,7 +37,7 @@ let
options.autoStart = mkDisableOption "autostarting ydotool at login";
};
};
sway = mkDisableOption "sway";
windowManager = mkDisableOption "window manager";
};
styling.options = {