add gimp
This commit is contained in:
parent
6b194806f5
commit
954eefbfb5
3 changed files with 22 additions and 34 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -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",
|
||||
|
|
|
@ -1,21 +1,20 @@
|
|||
{
|
||||
xdg.configFile."neofetch/config.conf".text = ''
|
||||
print_info() {
|
||||
prin " ''${cl7}┌─────────''${cl0}\n Hardware Information \n''${cl7}──────────<U+F111>"
|
||||
info "├<U+F85A>" cpu
|
||||
info "├─<U+F879>" gpu
|
||||
info "├<U+F2DB>" memory
|
||||
prin " ''${cl7}├─────────''${cl0}\n Software Information \n''${cl7}──────────<U+F111>"
|
||||
info "├<U+F303>" distro
|
||||
info "├<U+E615>" kernel
|
||||
info "├<U+F2D0>" de
|
||||
info "├<U+F292>" shell
|
||||
info "├>" term
|
||||
info "├<U+F48F>" theme
|
||||
info "├<U+F8D6>" packages
|
||||
prin " ''${cl7}└────────────────────────────────────────<U+F111>"
|
||||
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}
|
||||
<U+F111> \n \n ''${cl1}<U+F111> \n \n ''${cl7}<U+F111> \n \n ''${cl0}<U+F111>"
|
||||
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"
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue