diff --git a/flake.lock b/flake.lock index 0571ddf..5012afd 100755 --- a/flake.lock +++ b/flake.lock @@ -21,22 +21,6 @@ "type": "github" } }, - "firefox-gnome-theme": { - "flake": false, - "locked": { - "lastModified": 1688139015, - "narHash": "sha256-d7Sxp4MHQNCKPA4jSwcs+N9CS+QNBYDnHIlXex4KkMs=", - "owner": "rafaelmardojai", - "repo": "firefox-gnome-theme", - "rev": "c2466b9363d040b32d29e6cd87d9021cdab0f768", - "type": "github" - }, - "original": { - "owner": "rafaelmardojai", - "repo": "firefox-gnome-theme", - "type": "github" - } - }, "flake-compat": { "flake": false, "locked": { @@ -150,7 +134,6 @@ }, "root": { "inputs": { - "firefox-gnome-theme": "firefox-gnome-theme", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "programsdb": "programsdb", diff --git a/home-manager/neofetch.nix b/home-manager/neofetch.nix index d569efb..1638cea 100644 --- a/home-manager/neofetch.nix +++ b/home-manager/neofetch.nix @@ -1,21 +1,20 @@ { xdg.configFile."neofetch/config.conf".text = '' print_info() { - prin " ''${cl7}┌─────────''${cl0}\n Hardware Information \n''${cl7}──────────" - info "├" cpu - info "├─" gpu - info "├" memory - prin " ''${cl7}├─────────''${cl0}\n Software Information \n''${cl7}──────────" - info "├" distro - info "├" kernel - info "├" de - info "├" shell - info "├>" term - info "├" theme - info "├" packages - prin " ''${cl7}└────────────────────────────────────────" - prin "\n \n \n \n \n ''${cl3} \n \n ''${cl5} \n \n ''${cl2} \n \n ''${cl6} \n \n ''${cl4} - \n \n ''${cl1} \n \n ''${cl7} \n \n ''${cl0}" + prin " ''${cl7}┌─────────''${cl0}\n Hardware Information \n''${cl7}──────────" + info "├" cpu + info "├─󰍹" gpu + info "├" memory + prin " ''${cl7}├─────────''${cl0}\n Software Information \n''${cl7}──────────" + info "├" distro + info "├" kernel + info "├" de + info "├" shell + info "├󰆍" term + info "├" theme + info "├󰏖" packages + prin " ''${cl7}└────────────────────────────────────────" + prin "\n \n \n \n \n ''${cl3} \n \n ''${cl5} \n \n ''${cl2} \n \n ''${cl6} \n \n ''${cl4} \n \n ''${cl1} \n \n ''${cl7} \n \n ''${cl0}" } magenta="\033[1;35m" diff --git a/quadraticpc/configuration.nix b/quadraticpc/configuration.nix index 8801179..d51c6f3 100755 --- a/quadraticpc/configuration.nix +++ b/quadraticpc/configuration.nix @@ -64,7 +64,7 @@ environment = { shellAliases = { - neofetch = "neowofetch"; + neofetch = "nvidia-offload neowofetch"; }; sessionVariables = { @@ -79,6 +79,7 @@ systemPackages = with pkgs; ([ tldr tuba + gimp heroic nodejs killall @@ -102,12 +103,17 @@ burn-my-windows fullscreen-avoider compiz-windows-effect + ]) + ++ (with gst_all_1; [ + gst-plugins-good + gst-plugins-bad + gst-plugins-ugly ])); }; programs = { steam.enable = true; - fish.interactiveShellInit = "neowofetch"; + fish.interactiveShellInit = "neofetch"; }; zramSwap = {