mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: removed fallaryn and denise
This commit is contained in:
parent
d6f58595eb
commit
489b64c9c7
15 changed files with 0 additions and 347 deletions
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
}
|
|
@ -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;})
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue