mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
chore: minor refactor
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
pkgs-unstable,
|
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
|
# add user's shell into /etc/shells
|
||||||
environment.shells = with pkgs; [
|
environment.shells = with pkgs; [
|
||||||
@@ -27,6 +27,7 @@
|
|||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnumake
|
gnumake
|
||||||
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
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"];
|
boot.kernelModules = ["vfio-pci"];
|
||||||
|
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = false;
|
docker.enable = false;
|
||||||
podman = {
|
podman = {
|
||||||
|
|||||||
Reference in New Issue
Block a user