flake-parts: yggdrasil done
This commit is contained in:
parent
ebc8a545c8
commit
72fda87328
10 changed files with 228 additions and 58 deletions
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
home.packages = [
|
||||
pkgs.kitty
|
||||
pkgs.xfce.thunar
|
||||
];
|
||||
|
||||
home.sessionVariables.TERMINAL = "kitty";
|
||||
|
||||
home.file.".config/Thunar/uca.xml".text = ''
|
||||
|
|
|
|||
|
|
@ -9,14 +9,5 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# systemd = {
|
||||
# services.NetworkManager-wait-online.enable = false;
|
||||
# network.wait-online.enable = false;
|
||||
# };
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue