pokeshell and some scanner/printer settings

This commit is contained in:
Danilo Reyes 2023-05-06 09:31:09 -06:00
parent 16bff540f8
commit fd0dcde8f3
3 changed files with 540 additions and 529 deletions

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,6 @@
- [X] furtherance upgrade - [X] furtherance upgrade
- [-] zap init - [-] zap init
- [-] font-downloader - [-] font-downloader
- [ ] pokemon-colorscripts
- [ ] SaveDesktop (flathub) - [ ] SaveDesktop (flathub)
- [ ] gelata - [ ] gelata
- [ ] pokeshell - [ ] pokeshell
@ -242,7 +241,7 @@ as a dotfile and service manager.
#+begin_src nix #+begin_src nix
users.users.jawz = { users.users.jawz = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "docker" ]; extraGroups = [ "wheel" "networkmanager" "docker" "scanner" "lp" ];
initialPassword = "password"; initialPassword = "password";
shell = pkgs.fish; shell = pkgs.fish;
packages = (with pkgs; [ packages = (with pkgs; [
@ -261,7 +260,7 @@ blender # cgi animation and sculpting
godot # game development godot # game development
unstable.gdtoolkit # gdscript language server unstable.gdtoolkit # gdscript language server
krita # art to your heart desire! krita # art to your heart desire!
drawpile # arty party with friends!! # drawpile # arty party with friends!!
mypaint # not the best art program mypaint # not the best art program
mypaint-brushes # but it's got some mypaint-brushes # but it's got some
mypaint-brushes1 # nice damn brushes mypaint-brushes1 # nice damn brushes
@ -291,6 +290,7 @@ calibre # ugly af eBook library manager
foliate # gtk eBook reader foliate # gtk eBook reader
gnome.simple-scan # document scanner gnome.simple-scan # document scanner
gnome-feeds # feed reader, maybe will replace with nextcloud gnome-feeds # feed reader, maybe will replace with nextcloud
unstable.wike # gtk wikipedia wow!
#+end_src #+end_src
*** MISC *** MISC
@ -367,7 +367,6 @@ tree-sitter # code parsing, required by Doom emacs
xdg-ninja # help declutter $HOME xdg-ninja # help declutter $HOME
torrenttools # create torrent files from the terminal! torrenttools # create torrent files from the terminal!
lm_sensors # for extension, displays cpu temp lm_sensors # for extension, displays cpu temp
# unstable.pokemon-colorscripts-mac # pokemon on your terminal!
#+end_src #+end_src
** DEVELOPMENT PACKAGES ** DEVELOPMENT PACKAGES
@ -571,7 +570,7 @@ programs.fish = {
#+begin_src fish #+begin_src fish
function fish_greeting function fish_greeting
pokemon-colorscripts -r pokemon-colorscripts -r --no-title
end end
# Lists # Lists
set -l list_root ${config.home.homeDirectory}/.config/jawz/lists/jawz set -l list_root ${config.home.homeDirectory}/.config/jawz/lists/jawz

View File

@ -131,6 +131,7 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
hardware = { hardware = {
sane.enable = true;
cpu.intel.updateMicrocode = lib.mkDefault true; cpu.intel.updateMicrocode = lib.mkDefault true;
bluetooth.enable = true; bluetooth.enable = true;
# huion driver # huion driver