This commit is contained in:
Henry Hiles 2023-07-12 20:39:40 -04:00
parent 6b194806f5
commit 954eefbfb5
3 changed files with 22 additions and 34 deletions

17
flake.lock generated
View file

@ -21,22 +21,6 @@
"type": "github" "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-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -150,7 +134,6 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"firefox-gnome-theme": "firefox-gnome-theme",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"programsdb": "programsdb", "programsdb": "programsdb",

View file

@ -1,21 +1,20 @@
{ {
xdg.configFile."neofetch/config.conf".text = '' xdg.configFile."neofetch/config.conf".text = ''
print_info() { print_info() {
prin " ''${cl7}''${cl0}\n Hardware Information \n''${cl7}<U+F111>" prin " ''${cl7}''${cl0}\n Hardware Information \n''${cl7}"
info "<U+F85A>" cpu info "" cpu
info "<U+F879>" gpu info "󰍹" gpu
info "<U+F2DB>" memory info "" memory
prin " ''${cl7}''${cl0}\n Software Information \n''${cl7}<U+F111>" prin " ''${cl7}''${cl0}\n Software Information \n''${cl7}"
info "<U+F303>" distro info "" distro
info "<U+E615>" kernel info "" kernel
info "<U+F2D0>" de info "" de
info "<U+F292>" shell info "" shell
info ">" term info "󰆍" term
info "<U+F48F>" theme info "" theme
info "<U+F8D6>" packages info "󰏖" packages
prin " ''${cl7}<U+F111>" prin " ''${cl7}"
prin "\n \n \n \n \n ''${cl3}<U+F111> \n \n ''${cl5}<U+F111> \n \n ''${cl2}<U+F111> \n \n ''${cl6}<U+F111> \n \n ''${cl4} 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}"
<U+F111> \n \n ''${cl1}<U+F111> \n \n ''${cl7}<U+F111> \n \n ''${cl0}<U+F111>"
} }
magenta="\033[1;35m" magenta="\033[1;35m"

View file

@ -64,7 +64,7 @@
environment = { environment = {
shellAliases = { shellAliases = {
neofetch = "neowofetch"; neofetch = "nvidia-offload neowofetch";
}; };
sessionVariables = { sessionVariables = {
@ -79,6 +79,7 @@
systemPackages = with pkgs; ([ systemPackages = with pkgs; ([
tldr tldr
tuba tuba
gimp
heroic heroic
nodejs nodejs
killall killall
@ -102,12 +103,17 @@
burn-my-windows burn-my-windows
fullscreen-avoider fullscreen-avoider
compiz-windows-effect compiz-windows-effect
])
++ (with gst_all_1; [
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly
])); ]));
}; };
programs = { programs = {
steam.enable = true; steam.enable = true;
fish.interactiveShellInit = "neowofetch"; fish.interactiveShellInit = "neofetch";
}; };
zramSwap = { zramSwap = {