pokeshell and some scanner/printer settings
This commit is contained in:
parent
16bff540f8
commit
fd0dcde8f3
1059
configuration.nix
1059
configuration.nix
File diff suppressed because it is too large
Load Diff
@ -38,7 +38,6 @@
|
||||
- [X] furtherance upgrade
|
||||
- [-] zap init
|
||||
- [-] font-downloader
|
||||
- [ ] pokemon-colorscripts
|
||||
- [ ] SaveDesktop (flathub)
|
||||
- [ ] gelata
|
||||
- [ ] pokeshell
|
||||
@ -242,7 +241,7 @@ as a dotfile and service manager.
|
||||
#+begin_src nix
|
||||
users.users.jawz = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "scanner" "lp" ];
|
||||
initialPassword = "password";
|
||||
shell = pkgs.fish;
|
||||
packages = (with pkgs; [
|
||||
@ -261,7 +260,7 @@ blender # cgi animation and sculpting
|
||||
godot # game development
|
||||
unstable.gdtoolkit # gdscript language server
|
||||
krita # art to your heart desire!
|
||||
drawpile # arty party with friends!!
|
||||
# drawpile # arty party with friends!!
|
||||
mypaint # not the best art program
|
||||
mypaint-brushes # but it's got some
|
||||
mypaint-brushes1 # nice damn brushes
|
||||
@ -291,6 +290,7 @@ calibre # ugly af eBook library manager
|
||||
foliate # gtk eBook reader
|
||||
gnome.simple-scan # document scanner
|
||||
gnome-feeds # feed reader, maybe will replace with nextcloud
|
||||
unstable.wike # gtk wikipedia wow!
|
||||
#+end_src
|
||||
|
||||
*** MISC
|
||||
@ -367,7 +367,6 @@ tree-sitter # code parsing, required by Doom emacs
|
||||
xdg-ninja # help declutter $HOME
|
||||
torrenttools # create torrent files from the terminal!
|
||||
lm_sensors # for extension, displays cpu temp
|
||||
# unstable.pokemon-colorscripts-mac # pokemon on your terminal!
|
||||
#+end_src
|
||||
|
||||
** DEVELOPMENT PACKAGES
|
||||
@ -571,7 +570,7 @@ programs.fish = {
|
||||
|
||||
#+begin_src fish
|
||||
function fish_greeting
|
||||
pokemon-colorscripts -r
|
||||
pokemon-colorscripts -r --no-title
|
||||
end
|
||||
# Lists
|
||||
set -l list_root ${config.home.homeDirectory}/.config/jawz/lists/jawz
|
||||
|
||||
@ -131,6 +131,7 @@
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||
|
||||
hardware = {
|
||||
sane.enable = true;
|
||||
cpu.intel.updateMicrocode = lib.mkDefault true;
|
||||
bluetooth.enable = true;
|
||||
# huion driver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user