adding niri to desktop. some tidying.

This commit is contained in:
2026-02-14 10:35:32 -06:00
parent 7621cd4f14
commit 0fcafe3cb7
2 changed files with 27 additions and 28 deletions

View File

@@ -27,13 +27,22 @@ flake.nixosModules.lily-desktop = { pkgs, ... }:{
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
programs.firefox.enable = true;
programs = {
firefox.enable = true;
niri = {
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.niri;
};
};
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
environment.systemPackages = with pkgs; [
tree
noctalia-shell
quickshell
git
vim
wget