prep for new pc
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
# package = (pkgs.callPackage ./packages/hyprland/package.nix {});
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
@@ -122,7 +123,7 @@
|
||||
syntaxHighlighting.enable = true;
|
||||
ohMyZsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "direnv" "thefuck" ];
|
||||
plugins = [ "git" "direnv" ];
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
shellAliases = {
|
||||
@@ -135,7 +136,11 @@
|
||||
|
||||
main-user.packages = with pkgs; [
|
||||
# warp-terminal
|
||||
prismlauncher
|
||||
(prismlauncher.override {
|
||||
jdks = [
|
||||
pkgs.jdk21
|
||||
];
|
||||
})
|
||||
# vesktop
|
||||
# legcord
|
||||
equibop
|
||||
|
||||
@@ -16,29 +16,6 @@
|
||||
system.nixos.label = "ocbwoy3-config-main";
|
||||
boot.loader.grub.configurationName = lib.mkDefault "ocbwoy3/config:main";
|
||||
|
||||
system.activationScripts.installRoblox = {
|
||||
text = ''
|
||||
# install roblox manually from flathub 😍
|
||||
if [ ! -d "/home/ocbwoy3/.var/app/org.vinegarhq.Sober" ]; then
|
||||
echo "Please Install Roblox"
|
||||
# echo "flathub.org/apps/org.vinegarhq.Sober"
|
||||
echo "$ flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo"
|
||||
echo "$ flatpak install --user flathub org.vinegarhq.Sober"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
system.activationScripts.grantGlatpakOverrides = {
|
||||
text = ''
|
||||
${pkgs.flatpak}/bin/flatpak override --filesystem=$HOME/.themes
|
||||
${pkgs.flatpak}/bin/flatpak override --filesystem=$HOME/.icons
|
||||
USER=ocbwoy3 ${pkgs.flatpak}/bin/flatpak override --user --filesystem=xdg-config/gtk-4.0
|
||||
${pkgs.flatpak}/bin/flatpak override --filesystem=xdg-config/gtk-4.0
|
||||
USER=ocbwoy3 ${pkgs.flatpak}/bin/flatpak override --user --filesystem=xdg-config/gtk-3.0
|
||||
${pkgs.flatpak}/bin/flatpak override --filesystem=xdg-config/gtk-3.0
|
||||
'';
|
||||
};
|
||||
|
||||
system.activationScripts.reloadFonts = {
|
||||
text = ''
|
||||
trap "${pkgs.fontconfig}/bin/fc-cache" EXIT
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ inputs, config, pkgs, ... }:
|
||||
{ inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
programs.seahorse.enable = true;
|
||||
|
||||
environment.variables.LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
|
||||
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
|
||||
|
||||
# surely they should add programs.discord!!
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -28,7 +28,10 @@
|
||||
# disableBreakingUpdates = true;
|
||||
})
|
||||
|
||||
# hyprland stuff
|
||||
inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock
|
||||
inputs.hyprsysteminfo.packages.${pkgs.stdenv.hostPlatform.system}.hyprsysteminfo
|
||||
|
||||
# minecraft
|
||||
qemu
|
||||
(writeShellScriptBin "qemu-system-x86_64-uefi" ''
|
||||
@@ -37,13 +40,15 @@
|
||||
"$@"
|
||||
'')
|
||||
(writeShellScriptBin "regretevator" ''xdg-open roblox://placeId=4972273297'')
|
||||
|
||||
(writeShellScriptBin "kaijuparadise" ''xdg-open roblox://placeId=6456351776'')
|
||||
(writeShellScriptBin "sewh" ''xdg-open roblox://placeId=16991287194'')
|
||||
|
||||
(writeShellScriptBin "fix-gtk" ''${inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland}/bin/hyprctl dispatch exec "${pkgs.xdg-desktop-portal-gtk}/libexec/xdg-desktop-portal-gtk -r"'')
|
||||
(callPackage ./apps/wl-shimeji.nix {})
|
||||
(writeShellScriptBin "stop-shimejis" ''${inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland}/bin/hyprctl dispatch exec "shimejictl stop"'')
|
||||
# (writeShellScriptBin "partynoob" ''shimejictl summon PartyNoob'')
|
||||
|
||||
inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
# inputs.quickshell.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
kdePackages.qtdeclarative
|
||||
catppuccin-gtk
|
||||
catppuccin
|
||||
@@ -83,7 +88,6 @@
|
||||
pygobject3
|
||||
]))
|
||||
# wrangler
|
||||
thefuck
|
||||
fontforge
|
||||
xclip
|
||||
gamescope
|
||||
@@ -94,7 +98,6 @@
|
||||
waybar
|
||||
hyprpaper
|
||||
dunst
|
||||
hyprlock
|
||||
swww
|
||||
swappy
|
||||
slurp
|
||||
@@ -118,7 +121,7 @@
|
||||
github-cli
|
||||
file
|
||||
nwg-look
|
||||
rhythmbox
|
||||
# rhythmbox
|
||||
hyprpolkitagent
|
||||
|
||||
# important
|
||||
@@ -127,7 +130,7 @@
|
||||
nss
|
||||
glibc # C LIBRARY DO NOT REMOVE VERY IMPORTANT
|
||||
gobject-introspection
|
||||
gimp
|
||||
gimp3
|
||||
mpv
|
||||
nixfmt-rfc-style
|
||||
|
||||
|
||||
Reference in New Issue
Block a user