some refactoring

This commit is contained in:
cnst
2024-10-13 18:09:15 +02:00
parent 25a3fed51c
commit 084bc3b34f
125 changed files with 437 additions and 370 deletions

View File

@@ -13,6 +13,7 @@ in {
./shell.nix
]
++ lib.optionals isCnixpad [./cpmodules.nix];
home = {
username = "cnst";
homeDirectory = "/home/cnst";

View File

@@ -1,5 +1,15 @@
{
modules = {
# monitors = [
# {
# name = "DP-3";
# width = 2560;
# height = 1440;
# refreshRate = 240;
# workspace = "1";
# primary = true;
# }
# ];
userModules = {
browsers = {
firefox = {
enable = true;