16 lines
209 B
Nix
16 lines
209 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hypr
|
|
./foot.nix
|
|
./brave.nix
|
|
./zsh.nix
|
|
./nvim
|
|
];
|
|
|
|
xdg.portal.config.common.default = "*";
|
|
|
|
home.stateVersion = "26.05";
|
|
}
|