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, ... }:
{
environment.systemPackages = with pkgs; [
picom
feh
];
services.xserver.windowManager.exwm = {
enable = true;
enableDefaultConfig = false;

View file

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

View file

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