Remove unused template content

This commit is contained in:
GHOSCHT 2024-01-07 15:45:15 +01:00
parent e53f2fd23d
commit 5d3e9d47ff
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -13,36 +13,6 @@ in {
];
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
# wallpaper = outputs.wallpapers.cyberpunk-city-red;
#
# # ------ ----- ------
# # | DP-3 | | DP-1| | DP-2 |
# # ------ ----- ------
# monitors = [
# {
# name = "DP-3";
# width = 1920;
# height = 1080;
# x = 0;
# workspace = "3";
# enabled = false;
# }
# {
# name = "DP-1";
# width = 2560;
# height = 1080;
# x = 1920;
# workspace = "1";
# primary = true;
# }
# {
# name = "DP-2";
# width = 1920;
# height = 1080;
# x = 4480;
# workspace = "2";
# }
# ];
nixpkgs = {
config = {
permittedInsecurePackages = [