mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
chore: minor refactor
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
boot.kernelModules = ["vfio-pci"];
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = false;
|
||||
podman = {
|
||||
|
||||
Reference in New Issue
Block a user