now fuzzel and so on. Idk what happened last time
This commit is contained in:
13
packages/niri/default.nix
Normal file
13
packages/niri/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, config, lib,... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
xwayland-satellite
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-gnome
|
||||
nautilus
|
||||
];
|
||||
|
||||
home.file."/home/n/.config/niri/config.kdl" = {
|
||||
source = ./config.kdl;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user