This commit is contained in:
2025-09-16 20:13:37 -06:00
parent 178e595332
commit f28948c783
8 changed files with 47 additions and 54 deletions

View File

@@ -12,5 +12,6 @@
};
openssh.enable = true;
flatpak.enable = true;
cron.enable = true;
};
}

View File

@@ -13,7 +13,7 @@
};
pyproject-build-systems = {
url = "github:pyproject-nix/build-system-pkgs";
inputs.pyproject-nex.follows = "pyproject-nix";
inputs.pyproject-nix.follows = "pyproject-nix";
inputs.uv2nix.follows = "uv2nix";
inputs.nixpkgs.follows = "nixpkgs";
};

View File

@@ -24,7 +24,7 @@
time.timeZone = "${timezone}";
programs.river.enable = true;
programs.river-classic.enable = true;
xdg.portal = {
enable = true;
config.common.default = "*";
@@ -68,7 +68,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
vim
vim
pavucontrol
nh
docker
@@ -76,6 +76,9 @@
podman
skopeo
buildkit
tree
swaylock-effects
code-cursor-fhs
];
virtualisation.containers.policy = {