more updates to niri

This commit is contained in:
Tyler Mayoff 2025-09-01 15:54:23 -04:00
parent 7ccdf27209
commit 65f5a58e96
8 changed files with 317 additions and 222 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
imports = [
../../home/common.nix
@ -17,8 +17,7 @@
username = "tyler";
homeDirectory = "/home/tyler";
packages = with pkgs; [
nom
packages = [
];
stateVersion = "23.11";