MODULARIZE MOAR

This commit is contained in:
Benson Chu 2023-12-30 10:46:03 -06:00
parent a06c268e3a
commit 7703ac4a6f
3 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [
picom
feh
];
services.xserver.windowManager.exwm = { services.xserver.windowManager.exwm = {
enable = true; enable = true;
enableDefaultConfig = false; enableDefaultConfig = false;

View file

@ -1,6 +1,11 @@
{ config, lib, pkgs, ...}: { config, lib, pkgs, ...}:
{ {
environment.systemPackages = with pkgs; [
nftables
dnsmasq
];
# Enable LXD. # Enable LXD.
virtualisation.lxd = { virtualisation.lxd = {
enable = true; enable = true;

View file

@ -19,6 +19,8 @@
tmux tmux
sqlite sqlite
sbcl
firefox firefox
google-chrome google-chrome
vlc vlc
@ -36,14 +38,8 @@
nodejs_21 nodejs_21
yt-dlp yt-dlp
feh
picom
dconf dconf
# lxd
nftables
dnsmasq
tigervnc tigervnc
xorg.xinit xorg.xinit