mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 23:02:48 +00:00
more stuff
This commit is contained in:
4
home.nix
4
home.nix
@@ -2,6 +2,8 @@
|
||||
let
|
||||
packages = import ./packages.nix { inherit pkgs; };
|
||||
in {
|
||||
imports = [ ./desktops/hyprland/hyprland.nix ];
|
||||
|
||||
home = {
|
||||
inherit homeDirectory packages stateVersion username;
|
||||
|
||||
@@ -21,4 +23,6 @@ in {
|
||||
|
||||
programs = import ./programs.nix { inherit pkgs; };
|
||||
services = import ./services.nix;
|
||||
|
||||
home.file.".p10k.zsh".source = ./programs/.p10k.zsh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user