forked from Bun/nixos-config
Not sure why it did an older version but ok
This commit is contained in:
parent
9b56f1ecc2
commit
ef40fb1f4b
2 changed files with 23 additions and 23 deletions
25
PC/jimbo.nix
25
PC/jimbo.nix
|
@ -25,21 +25,24 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
# Git repo alias
|
||||
gitRepo = ''https://git.JimbosFiles.com/Jimbo/NixOS-Config'';
|
||||
|
||||
# Wallpapers
|
||||
wallpaper1 = pkgs.fetchurl {
|
||||
url = "https://git.JimbosFiles.com/Jimbo/NixOS-Config/raw/branch/main/Extras/Wallpapers/wallpaper1.png";
|
||||
url = "${gitRepo}/raw/branch/main/Extras/Wallpapers/wallpaper1.png";
|
||||
sha256 = "1zxb0p0fjsmccy4xv8yk3c4kc313k3lc3xhqmiv452f7sjqqbp25";
|
||||
};
|
||||
wallpaper2 = pkgs.fetchurl {
|
||||
url = "https://git.JimbosFiles.com/Jimbo/NixOS-Config/raw/branch/main/Extras/Wallpapers/wallpaper2.png";
|
||||
url = "${gitRepo}/raw/branch/main/Extras/Wallpapers/wallpaper2.png";
|
||||
sha256 = "13jcllrs05d26iz2isvh1f8fqf20m23sps32kw7qz5iav8nhvsx7";
|
||||
};
|
||||
wallpaper3 = pkgs.fetchurl {
|
||||
url = "https://git.JimbosFiles.com/Jimbo/NixOS-Config/raw/branch/main/Extras/Wallpapers/wallpaper3.png";
|
||||
url = "${gitRepo}/raw/branch/main/Extras/Wallpapers/wallpaper3.png";
|
||||
sha256 = "16r65qnr7f0md4bbjnzq6av4dgmqr3avkilw72qdmyrmh3xj03yw";
|
||||
};
|
||||
lockpaper = pkgs.fetchurl {
|
||||
url = "https://git.JimbosFiles.com/Jimbo/NixOS-Config/raw/branch/main/Extras/Wallpapers/lockpaper.png";
|
||||
url = "${gitRepo}/raw/branch/main/Extras/Wallpapers/lockpaper.png";
|
||||
sha256 = "1mqvp4bic46gc994fawkraqj76hxd11wdd43qakligchzd20xjd5";
|
||||
};
|
||||
|
||||
|
@ -508,12 +511,6 @@ let
|
|||
search-start=Control+f
|
||||
'';
|
||||
|
||||
# Dashboard for my Debian server
|
||||
serverDash = pkgs.writeScriptBin "serverdash" ''
|
||||
${terminalClass} serverdash ssh -p 2222 jimbo@server -t \
|
||||
"tmux new-session -d -s control; tmux attach -t control"
|
||||
'';
|
||||
|
||||
# An Easyeffects equalizer profile that sounds good to me
|
||||
easyEffectsProfile = ''
|
||||
{
|
||||
|
@ -1563,7 +1560,7 @@ in
|
|||
usbutils tcptrack mpc-cli ncmpcpp protonvpn-cli_2
|
||||
|
||||
# Scripts as global programs
|
||||
serverDash beScripts makoToggle swayLock
|
||||
beScripts makoToggle swayLock
|
||||
screenShot alarmScript iommuCheck pFetch
|
||||
|
||||
# Production tools
|
||||
|
@ -1641,7 +1638,7 @@ in
|
|||
'';
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgs.sway; # swayfx
|
||||
package = pkgs.unstable.sway; # swayfx
|
||||
wrapperFeatures.gtk = true;
|
||||
checkConfig = false;
|
||||
config = {
|
||||
|
@ -1672,7 +1669,6 @@ in
|
|||
{ command = "vesktop --ozone-platform-hint=auto"; }
|
||||
{ command = "element-desktop"; }
|
||||
{ command = "thunderbird"; }
|
||||
{ command = "serverdash"; }
|
||||
];
|
||||
|
||||
# Use Waybar rather than Sway's
|
||||
|
@ -2053,7 +2049,6 @@ in
|
|||
# Else
|
||||
"${w2}" = [{ class = "SDL Application"; } { class = "heroic"; }];
|
||||
"${w2a}" = [{ app_id = "looking-glass-client"; }];
|
||||
"${w4}" = [{ app_id = "serverdash"; }];
|
||||
"${w4a}" = [{ app_id = "com.obsproject.Studio"; }];
|
||||
};
|
||||
};
|
||||
|
@ -3028,7 +3023,7 @@ in
|
|||
copycat = "wl-copy <";
|
||||
sunshinehost = "WAYLAND_DISPLAY=wayland-1 DISPLAY=:1 sunshine -0";
|
||||
alarmlist = "cat ${alarmScript}/bin/alarms";
|
||||
seneca=''ssh jhampton1@matrix.senecapolytechnic.ca'';
|
||||
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
|
||||
|
||||
# Curl tools
|
||||
myip = "curl ifconfig.co";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue