flake-parts: yggdrasil done

This commit is contained in:
Christoph Hollizeck 2025-10-28 09:54:37 +01:00
parent ebc8a545c8
commit 72fda87328
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
10 changed files with 228 additions and 58 deletions

View file

@ -7,8 +7,8 @@
home.packages = [
pkgs.kitty
pkgs.xfce.thunar
];
home.sessionVariables.TERMINAL = "kitty";
home.file.".config/Thunar/uca.xml".text = ''

View file

@ -9,14 +9,5 @@
enable = true;
};
};
# systemd = {
# services.NetworkManager-wait-online.enable = false;
# network.wait-online.enable = false;
# };
services.resolved = {
enable = true;
};
};
}

View file

@ -13,7 +13,6 @@
{
imports = [
inputs.sops-nix.homeManagerModules.sops
inputs.catppuccin.homeModules.catppuccin
];
home = {
@ -31,7 +30,6 @@
{
imports = [
inputs.sops-nix.nixosModules.sops
inputs.catppuccin.nixosModules.catppuccin
];
environment.systemPackages = with pkgs; [

View file

@ -11,12 +11,18 @@
username = "cholli";
in
{
imports = [ inputs.nix-ld.nixosModules.nix-ld ];
environment.systemPackages = with pkgs; [
nixfmt-rfc-style
nix-prefetch-git
nix-index
nix-output-monitor
nix-du
nix-weather
nix-index
];
programs.nh = {
@ -26,6 +32,8 @@
};
nix = {
package = pkgs.lix;
settings =
let
users = [