Also added floorp, but not functional at the moment, it requires 24.11
9 lines
105 B
Nix
9 lines
105 B
Nix
{ pkgs, config, vars, ... }:
|
|
|
|
{
|
|
home = {
|
|
username = "ziro";
|
|
};
|
|
|
|
home.stateVersion = "24.05";
|
|
}
|