mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: cleaned up some stuff
This commit is contained in:
parent
cbb7128218
commit
de63708b61
22 changed files with 85 additions and 31 deletions
|
@ -42,11 +42,8 @@ in {
|
|||
username = user0;
|
||||
homeDirectory = "/home/${user0}";
|
||||
file = {
|
||||
"./.steam/steam/steam_dev.cfg" = {
|
||||
source = ../../nixos/modules/steam/steam_dev.cfg;
|
||||
};
|
||||
"./justfile" = {
|
||||
source = ./justfile;
|
||||
source = ./files/justfile;
|
||||
};
|
||||
"./Files/Scripts/list.sh" = {
|
||||
source = ./files/list.sh;
|
||||
|
|
|
@ -30,8 +30,9 @@ in {
|
|||
username = user1;
|
||||
homeDirectory = "/home/${user1}";
|
||||
file = {
|
||||
"./justfile".source = ./justfile;
|
||||
"./.steam/steam/steam_dev.cfg".source = ../../nixos/modules/steam/steam_dev.cfg;
|
||||
"./justfile" = {
|
||||
source = ./files/justfile;
|
||||
};
|
||||
};
|
||||
sessionVariables = {};
|
||||
};
|
||||
|
|
14
profiles/user1/files/justfile
Executable file
14
profiles/user1/files/justfile
Executable file
|
@ -0,0 +1,14 @@
|
|||
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
|
|
@ -30,8 +30,9 @@ in {
|
|||
username = user2;
|
||||
homeDirectory = "/home/${user2}";
|
||||
file = {
|
||||
"./justfile".source = ./justfile;
|
||||
"./.steam/steam/steam_dev.cfg".source = ../../nixos/modules/steam/steam_dev.cfg;
|
||||
"./justfile" = {
|
||||
source = ./files/justfile;
|
||||
};
|
||||
};
|
||||
sessionVariables = {};
|
||||
};
|
||||
|
|
14
profiles/user2/files/justfile
Executable file
14
profiles/user2/files/justfile
Executable file
|
@ -0,0 +1,14 @@
|
|||
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