pin flake to unstable

This commit is contained in:
Sean Kovacs 2025-12-02 18:21:51 -05:00
commit 2bfae6b6c1
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 20 additions and 174 deletions

View file

@ -14,11 +14,6 @@
"riscv64-linux"
];
environment.systemPackages = [
pkgs.compose2nix
inputs.compose2nix.packages.x86_64-linux.default
];
catppuccin.accent = "blue";
home-manager.users.sckova = {

View file

@ -45,7 +45,7 @@
swapDevices = [
{
device = "/swapfile";
size = 32000; # 32GB
size = 16000; # 16GB
}
];