chore: minor refactor

This commit is contained in:
Ryan Yin
2025-07-16 22:07:03 +08:00
parent 7b5c7064e0
commit ec6211ff5c
3 changed files with 4 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
pkgs-unstable,
...
}: {
services.flatpak.enable = true;
boot.loader.timeout = lib.mkForce 10; # wait for x seconds to select the boot entry
# add user's shell into /etc/shells
environment.shells = with pkgs; [
@@ -27,6 +27,7 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
gnumake
wl-clipboard
];
services = {

View File

@@ -1,11 +0,0 @@
{
pkgs,
lib,
...
}: {
boot.loader.timeout = lib.mkForce 10; # wait for x seconds to select the boot entry
environment.systemPackages = with pkgs; [
wl-clipboard
];
}

View File

@@ -22,6 +22,8 @@
boot.kernelModules = ["vfio-pci"];
services.flatpak.enable = true;
virtualisation = {
docker.enable = false;
podman = {