more modules

This commit is contained in:
Odweta
2026-01-18 10:39:53 +01:00
parent b3790ffc3b
commit eabf2430a3
7 changed files with 41 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
# Install apps as user packages
home.packages = with pkgs; [
element-desktop # Matrix client
signal-desktop # Signal client
discord # Discord client
];
}
+3
View File
@@ -8,11 +8,14 @@
imports = [
./bash.nix
./comms.nix
./fastfetch.nix
./git.nix
./gnome.nix
./keepass.nix
./minecraft.nix
./ssh.nix
./syncthing.nix
./vim.nix
./xdg.nix
./xournalpp.nix
+6
View File
@@ -0,0 +1,6 @@
[
./qbittirrent.nix
./steam.nix
./ungoogled-chromium.nix
./wine.nix
]
+8
View File
@@ -0,0 +1,8 @@
[
./boot.nix
./env-vars.nix
./nix-settings.nix
./security.nix
./time.nix
./users.nix
]
+4
View File
@@ -0,0 +1,4 @@
[
./fonts.nix
./gnome.nix
]
+5
View File
@@ -0,0 +1,5 @@
[
./audio.nix
./opengl.nix
./usb.nix
]
+5
View File
@@ -0,0 +1,5 @@
[
./networking.nix
./openssh.nix
./printing.nix
]