feat: removed fallaryn and denise

This commit is contained in:
Nick 2024-11-03 17:47:18 -06:00
parent d6f58595eb
commit 489b64c9c7
15 changed files with 0 additions and 347 deletions

View file

@ -1,22 +0,0 @@
{flake, ...}: let
inherit (flake) self;
moduleNames = [
"commandLine"
"entertainment"
"extras"
"fileManagement"
"internet"
"internetExtras"
"productionArt"
"productionArtExtras"
"productionAudio"
"productionCode"
"productionVideo"
"productionWriting"
"wpsOffice"
];
moduleImports = map (module: self.homeModules.${module}) moduleNames;
in {
imports = moduleImports;
}

View file

@ -1,16 +0,0 @@
{flake, ...}: let
inherit (flake) self;
moduleNames = [
"commandLine"
"entertainment"
"extras"
"fileManagement"
"internet"
"internetExtras"
"wpsOffice"
];
moduleImports = map (module: self.homeModules.${module}) moduleNames;
in {
imports = moduleImports;
}

View file

@ -1,45 +0,0 @@
{
config,
flake,
pkgs,
...
}: let
hostname = config.networking.hostName;
inherit (flake.config.people) user2;
inherit (flake.config.people.user.${user2}) name;
in {
users = {
users.${user2} = {
description = name;
isNormalUser = true;
shell = pkgs.nushell;
extraGroups = [
"libvirtd"
"disk"
"networkmanager"
"vboxusers"
"wheel"
"adbusers"
"netdev"
];
};
};
home-manager.users = {
${user2} = {
home = {
username = user2;
homeDirectory = "/home/${user2}";
file = {
"./justfile" = {
source = ./files/justfile;
};
};
sessionVariables = {};
};
imports = [
{home.stateVersion = config.system.stateVersion;}
(import ./configs/${hostname}.nix {flake = flake;})
];
};
};
}

View file

@ -1,14 +0,0 @@
ewwEdit:
eww --config /home/nick/dotfiles/home-manager/modules/eww/config/ open centerPanel
ewwLaunch:
./home/nick/dotfiles/home-manager/modules/eww/config/scripts/master.sh
gobrrr:
home-manager switch --flake ~/dotfiles#desktop
gobrrrl:
nixos-rebuild switch --use-remote-sudo --flake /home/nick/dotfiles#desktop
fuckoff:
shutdown now