chore: removed other users and systems

This commit is contained in:
Nick 2025-06-26 02:21:23 -05:00
parent 233cab07dd
commit 7b29b69fd1
2 changed files with 1 additions and 45 deletions

View file

@ -1,6 +1,5 @@
{
flake,
osConfig,
pkgs,
...
}:

View file

@ -1,50 +1,7 @@
{
pkgs,
flake,
lib,
...
}:
let
inherit (flake.config.aesthetics.themes)
fonts
;
in
{ pkgs, ... }:
{
programs.regreet = {
enable = false;
package = pkgs.greetd.regreet;
# settings = {
# appearance = {
# greeting_msg = "Back for more, I see.";
# };
# GTK = {
# application_prefer_dark_theme = true;
# cursor_theme_name = lib.mkForce "catppuccin-macchiato-dark-cursors";
# font_name = lib.mkForce "${fonts.name} ${font.size.desktop}";
# icon_theme_name = lib.mkForce "Papirus-Dark";
# theme_name = lib.mkForce "catppuccin-macchiato-mauve-compact";
# };
# };
# theme = {
# name = "catppuccin-macchiato-mauve-compact";
# package = pkgs.catppuccin-gtk.override {
# size = "compact";
# variant = "macchiato";
# accents = [
# "mauve"
# ];
# };
# };
# cursorTheme = {
# name = "catppuccin-macchiato-dark-cursors";
# package = pkgs.catppuccin-cursors.macchiatoDark;
# };
# iconTheme = {
# name = "Papirus-Dark";
# package = pkgs.catppuccin-papirus-folders.override {
# flavor = "macchiato";
# accent = "mauve";
# };
# };
};
}