mirror of
https://github.com/JuLi0n21/publicConfig.git
synced 2026-04-19 16:00:08 +00:00
first commit
This commit is contained in:
7
hosts/framework/niri.nix
Normal file
7
hosts/framework/niri.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.niri.enable = false;
|
||||
environment.systemPackages = with pkgs; [
|
||||
fuzzel
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user