added niri from flake

This commit is contained in:
twoneis 2023-11-19 16:17:20 +01:00
parent 495f32a579
commit a5e8d0eb37
4 changed files with 145 additions and 28 deletions

View file

@ -2,9 +2,8 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs, ... }: {
{ pkgs, niri, ... }: {
imports = [
../niri
../gnome
];