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, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
picom
|
||||||
|
feh
|
||||||
|
];
|
||||||
|
|
||||||
services.xserver.windowManager.exwm = {
|
services.xserver.windowManager.exwm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableDefaultConfig = false;
|
enableDefaultConfig = false;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue