Compare commits
No commits in common. "b3bb2227d1b77712821e0eb94add874a3f2c1267" and "c3b02c5f7bd2454c53132b91394abfe3e5e59d36" have entirely different histories.
b3bb2227d1
...
c3b02c5f7b
8 changed files with 16 additions and 37 deletions
1
deploy
1
deploy
|
|
@ -20,7 +20,6 @@ rebuild_flake () {
|
||||||
git add . --verbose
|
git add . --verbose
|
||||||
if [ "$1" = "reinstall-bootloader" ]; then
|
if [ "$1" = "reinstall-bootloader" ]; then
|
||||||
sudo nixos-rebuild switch --flake . --install-bootloader
|
sudo nixos-rebuild switch --flake . --install-bootloader
|
||||||
# STC_DISPLAY_ALL_UNITS=1 (verbose, show output of all units)
|
|
||||||
else
|
else
|
||||||
sudo nixos-rebuild switch --flake .
|
sudo nixos-rebuild switch --flake .
|
||||||
#nixos-rebuild build --flake .# --cores 8 -j 1
|
#nixos-rebuild build --flake .# --cores 8 -j 1
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
Building specific parts of a NixOS system
|
|
||||||
https://nixos.org/manual/nixos/stable/#sec-building-parts
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
#inputs.hyprpanel.packages.homeManagerModules.hyprpanel
|
||||||
../modules/git.nix
|
../modules/git.nix
|
||||||
../modules/bat.nix
|
../modules/bat.nix
|
||||||
../modules/fish.nix
|
../modules/fish.nix
|
||||||
|
|
@ -22,7 +23,7 @@
|
||||||
../modules/nixcord.nix
|
../modules/nixcord.nix
|
||||||
|
|
||||||
#../modules/hypr/hypridle.nix
|
#../modules/hypr/hypridle.nix
|
||||||
../modules/hypr/hyprlock.nix
|
#../modules/hypr/hyprlock.nix
|
||||||
../modules/kanshi.nix
|
../modules/kanshi.nix
|
||||||
../modules/ags
|
../modules/ags
|
||||||
];
|
];
|
||||||
|
|
@ -92,7 +93,7 @@
|
||||||
|
|
||||||
# DEBUG: testing if my xdg-desktop-portal-hyprland is working or not
|
# DEBUG: testing if my xdg-desktop-portal-hyprland is working or not
|
||||||
obs-studio = {
|
obs-studio = {
|
||||||
enable = false;
|
enable = true;
|
||||||
plugins = with pkgs.obs-studio-plugins; [
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
wlrobs
|
wlrobs
|
||||||
obs-backgroundremoval
|
obs-backgroundremoval
|
||||||
|
|
@ -125,15 +126,6 @@
|
||||||
port = 22;
|
port = 22;
|
||||||
identityFile = "~/.ssh/id_subspace";
|
identityFile = "~/.ssh/id_subspace";
|
||||||
};
|
};
|
||||||
dead = {
|
|
||||||
hostname = "deadlyserver.com";
|
|
||||||
user = "emile";
|
|
||||||
port = 29843;
|
|
||||||
identityFile = "~/.ssh/id_deadlyserver";
|
|
||||||
setEnv = {
|
|
||||||
TERM = "xterm-256color";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
youcue = {
|
youcue = {
|
||||||
hostname = "moss.labs.eait.uq.edu.au";
|
hostname = "moss.labs.eait.uq.edu.au";
|
||||||
user = "s4740056";
|
user = "s4740056";
|
||||||
|
|
@ -143,6 +135,15 @@
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
deadlyserver = {
|
||||||
|
hostname = "deadlyserver.com";
|
||||||
|
user = "emile";
|
||||||
|
port = 29843;
|
||||||
|
identityFile = "~/.ssh/id_deadlyserver";
|
||||||
|
setEnv = {
|
||||||
|
TERM = "xterm-256color";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,27 +41,12 @@
|
||||||
user = "ae";
|
user = "ae";
|
||||||
port = 22;
|
port = 22;
|
||||||
identityFile = "~/.ssh/id_hyrule";
|
identityFile = "~/.ssh/id_hyrule";
|
||||||
setEnv = {
|
|
||||||
TERM = "linux";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
dead = {
|
YearnForTheMines = {
|
||||||
hostname = "deadlyserver.com";
|
hostname = "deadlyserver.com";
|
||||||
user = "emile";
|
user = "emile";
|
||||||
port = 29843;
|
port = 29843;
|
||||||
identityFile = "~/.ssh/id_deadlyserver";
|
identityFile = "~/.ssh/id_deadlyserver";
|
||||||
setEnv = {
|
|
||||||
TERM = "xterm-256color";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
youcue = {
|
|
||||||
hostname = "moss.labs.eait.uq.edu.au";
|
|
||||||
user = "s4740056";
|
|
||||||
port = 22;
|
|
||||||
identityFile = "~/.ssh/id_youcue";
|
|
||||||
setEnv = {
|
|
||||||
TERM = "xterm-256color";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -450,9 +450,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
|
||||||
vim
|
vim
|
||||||
helix
|
helix
|
||||||
|
|
||||||
|
#wishlist
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,6 @@ in {
|
||||||
#};
|
#};
|
||||||
|
|
||||||
environment.SystemPackages = with pkgs; [
|
environment.SystemPackages = with pkgs; [
|
||||||
btop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ in {
|
||||||
# literally me fr (personal account)
|
# literally me fr (personal account)
|
||||||
me = {
|
me = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "docker"];
|
extraGroups = ["wheel"];
|
||||||
shell = pkgs.bash; #pkgs.fish
|
shell = pkgs.bash; #pkgs.fish
|
||||||
packages = let
|
packages = let
|
||||||
# TODO: can I just do this: https://nix.dev/manual/nix/2.18/command-ref/new-cli/nix3-flake#url-like-syntax
|
# TODO: can I just do this: https://nix.dev/manual/nix/2.18/command-ref/new-cli/nix3-flake#url-like-syntax
|
||||||
|
|
@ -229,7 +229,6 @@ in {
|
||||||
acpi
|
acpi
|
||||||
vim
|
vim
|
||||||
powertop
|
powertop
|
||||||
gcc
|
|
||||||
|
|
||||||
# Unix Commands
|
# Unix Commands
|
||||||
wget
|
wget
|
||||||
|
|
@ -309,8 +308,6 @@ in {
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,6 @@ in {
|
||||||
acpi
|
acpi
|
||||||
vim
|
vim
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
gcc
|
|
||||||
|
|
||||||
# Unix Commands
|
# Unix Commands
|
||||||
wget
|
wget
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue