Switched to Homemanager-Config on yerukall

This commit is contained in:
Matthias 2024-07-16 13:29:13 +02:00
parent 433f83ea80
commit ec259650e7
4 changed files with 27 additions and 9 deletions

View file

@ -11,6 +11,10 @@
};
snowflakeos-modules.url = "github:snowflakelinux/snowflakeos-modules";
nixos-hardware.url = "github:nixos/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs:

View file

@ -0,0 +1,23 @@
{
config,
pkgs,
lib,
...
}:
with lib;
with lib.internal;{
snowfallorg.user.enable = true;
home.stateVersion = "24.05";
home.packages = with pkgs; [
kate
thunderbird
keepassxc
globalprotect-openconnect
vscodium
logseq
ungoogled-chromium
zed-editor # Editor
];
}

View file

@ -108,15 +108,6 @@ in {
isNormalUser = true;
description = "kb-work";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
kate
thunderbird
keepassxc
globalprotect-openconnect
vscodium
logseq
ungoogled-chromium
];
};
services.syncthing = {