Switched to Homemanager-Config on yerukall
This commit is contained in:
parent
433f83ea80
commit
ec259650e7
4 changed files with 27 additions and 9 deletions
|
@ -11,6 +11,10 @@
|
||||||
};
|
};
|
||||||
snowflakeos-modules.url = "github:snowflakelinux/snowflakeos-modules";
|
snowflakeos-modules.url = "github:snowflakelinux/snowflakeos-modules";
|
||||||
nixos-hardware.url = "github:nixos/nixos-hardware/master";
|
nixos-hardware.url = "github:nixos/nixos-hardware/master";
|
||||||
|
home-manager = {
|
||||||
|
url = "github:nix-community/home-manager";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs:
|
outputs = inputs:
|
||||||
|
|
BIN
homes/x86_64-linux/kb-work@yerukall/.default.nix.kate-swp
Normal file
BIN
homes/x86_64-linux/kb-work@yerukall/.default.nix.kate-swp
Normal file
Binary file not shown.
23
homes/x86_64-linux/kb-work@yerukall/default.nix
Normal file
23
homes/x86_64-linux/kb-work@yerukall/default.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
|
@ -108,15 +108,6 @@ in {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "kb-work";
|
description = "kb-work";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
packages = with pkgs; [
|
|
||||||
kate
|
|
||||||
thunderbird
|
|
||||||
keepassxc
|
|
||||||
globalprotect-openconnect
|
|
||||||
vscodium
|
|
||||||
logseq
|
|
||||||
ungoogled-chromium
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue