some refactoring
This commit is contained in:
@@ -13,6 +13,7 @@ in {
|
||||
./shell.nix
|
||||
]
|
||||
++ lib.optionals isCnixpad [./cpmodules.nix];
|
||||
|
||||
home = {
|
||||
username = "cnst";
|
||||
homeDirectory = "/home/cnst";
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
{
|
||||
modules = {
|
||||
# monitors = [
|
||||
# {
|
||||
# name = "DP-3";
|
||||
# width = 2560;
|
||||
# height = 1440;
|
||||
# refreshRate = 240;
|
||||
# workspace = "1";
|
||||
# primary = true;
|
||||
# }
|
||||
# ];
|
||||
userModules = {
|
||||
browsers = {
|
||||
firefox = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user