bunch of misc stuff i don't feel like commit messaging

This commit is contained in:
Gerg-L 2024-06-22 12:50:51 -04:00
parent 46752bcb1d
commit 5823cab2c4
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
26 changed files with 173 additions and 168 deletions

View file

@ -4,7 +4,6 @@
lib,
suckless,
self',
}:
{
options.local.DE.dwm.enable = lib.mkEnableOption "";

View file

@ -2,7 +2,6 @@
config,
lib,
pkgs,
}:
{
options.local.DE.gnome.enable = lib.mkEnableOption "";

View file

@ -2,7 +2,6 @@
config,
lib,
pkgs,
}:
{
options.local.DE.xfce.enable = lib.mkEnableOption "";

View file

@ -2,7 +2,6 @@
self',
config,
lib,
}:
{
options.local.DM.lightdm.enable = lib.mkEnableOption "";

View file

@ -3,7 +3,6 @@
lib,
pkgs,
config,
}:
{
options.local.bootConfig.disable = lib.mkEnableOption "";

View file

@ -9,10 +9,9 @@ in
};
config = lib.mkMerge [
(lib.mkIf (!cfg.gpuAcceleration.disable) {
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
})
(lib.mkIf (!cfg.sound.disable) {

View file

@ -3,7 +3,7 @@
options.local.keys = lib.mkOption { };
config.local.keys = {
gerg_gerg-phone = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDU6BnoHIgMLgZVGuvi03J9l5Z1yP1P5Q8QPyjRHyi77";
gerg_gerg-phone = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZKIp3iObuxEUPx1dsMiN3vyMaMQb0N1gKJY78TtRxd";
gerg_gerg-windows = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILpYY2uw0OH1Re+3BkYFlxn0O/D8ryqByJB/ljefooNc";
root_media-laptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIq9YTf4jlVCKBKn44m4yJvj94C7pTOyaa4VjZFohNqD";
root_game-desktop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJUKHZasYQUAmRBiqtx1drDxfq18/N4rKydCtPHx461I";

View file

@ -3,7 +3,6 @@
lib,
config,
pkgs,
}:
{
options.local.allowedUnfree = lib.mkOption {

View file

@ -1,11 +1,9 @@
{
nix,
inputs,
lib,
config,
pkgs,
}:
{
#

View file

@ -3,7 +3,6 @@
pkgs,
config,
lib,
}:
{
systemd.tmpfiles.rules = [ "d /tmp/neovim-page 0777 root root - -" ];

View file

@ -4,7 +4,6 @@
lib,
sops-nix,
self',
}:
{
imports = [ sops-nix.nixosModules.sops ];

View file

@ -2,7 +2,6 @@
pkgs,
config,
lib,
}:
let
cfg = config.local.theming;