- Create a new Stylix module with wallpaper and font configuration - Integrate Waybar into Niri - Changed Discord application to Vesktop - Enable Waydroid virtualization
15 lines
175 B
Nix
15 lines
175 B
Nix
{ config, inputs, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
];
|
|
|
|
home-manager.sharedModules = [
|
|
./home.nix
|
|
];
|
|
|
|
environment.systemPackages = with pkgs;
|
|
[
|
|
hyprlock
|
|
];
|
|
}
|