more stuff

This commit is contained in:
2023-10-29 00:40:45 +02:00
parent 5a9a6ea04f
commit 09e9968bb2
15 changed files with 1890 additions and 215 deletions

View File

@@ -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;
}