MODULARIZE MOAR
This commit is contained in:
parent
a06c268e3a
commit
7703ac4a6f
3 changed files with 12 additions and 6 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
picom
|
||||
feh
|
||||
];
|
||||
|
||||
services.xserver.windowManager.exwm = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{ config, lib, pkgs, ...}:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nftables
|
||||
dnsmasq
|
||||
];
|
||||
|
||||
# Enable LXD.
|
||||
virtualisation.lxd = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue