1
0
Fork 0

fix spotify, update alias, remove win11 fonts

This commit is contained in:
Philipp 2025-05-08 09:40:39 +02:00
parent 8dc6b44c7b
commit dc33352e5f
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
7 changed files with 44 additions and 41 deletions

View file

@ -1,47 +0,0 @@
{
lib,
modulesPath,
namespace,
...
}:
with lib.${namespace};
{
imports = [ (modulesPath + "/virtualisation/proxmox-lxc.nix") ];
documentation.man.generateCaches = false;
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
users.users.philipp = {
isNormalUser = true;
description = "Philipp Böhm";
extraGroups = [
"wheel"
];
};
awesome-flake = {
services = {
ssh = enabled;
technitium-dns-server = {
enable = true;
openFirewall = true;
};
};
cli = {
neovim = enabled;
eza = enabled;
nh = enabled;
};
};
# Set your time zone
time.timeZone = "Europe/Berlin";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.11";
}