1

General codestyle changes

This commit is contained in:
2024-06-03 20:37:24 +02:00
parent 26ea3f3f00
commit 1df9bf4011
9 changed files with 214 additions and 272 deletions

View File

@ -1,16 +1,5 @@
{
inputs,
hostname,
username,
lib,
mylib,
config,
nixosConfig,
pkgs,
...
}:
# Here goes the stuff that will only be enabled on the laptop
rec {
{...}: {
imports = [
../../modules
];
@ -42,7 +31,6 @@ rec {
waybar.monitor = "eDP-1";
};
home.packages = with pkgs; [
];
# home.packages = with pkgs; [];
};
}