Switch to wofi, add hledger

This commit is contained in:
Felix Suchert 2022-10-13 15:22:00 +02:00 committed by Felix Suchert
parent 44437a07d1
commit df28d4d6be
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
4 changed files with 12 additions and 3 deletions

View file

@ -12,7 +12,8 @@ let
in in
{ {
imports = imports =
[ # Include the results of the hardware scan. [ <nixos-hardware/lenovo/thinkpad/t14>
# Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
# Hardware support for Moonlander & U2F # Hardware support for Moonlander & U2F
@ -140,6 +141,7 @@ in
file file
mosh mosh
tmux tmux
libqalculate
## password management ## password management
pass pass
pinentry-curses pinentry-curses
@ -186,6 +188,7 @@ in
unstable.obsidian unstable.obsidian
## time tracking ## time tracking
watson watson
hledger hledger-ui hledger-web
## file managers ## file managers
ranger ranger
xfce.thunar xfce.thunar

View file

@ -36,6 +36,7 @@
# networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true; # networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
# networking.interfaces.vboxnet0.useDHCP = lib.mkDefault true; # networking.interfaces.vboxnet0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp0s20f3.useDHCP = lib.mkDefault true; # networking.interfaces.wlp0s20f3.useDHCP = lib.mkDefault true;
# networking.interfaces.wwan0.useDHCP = lib.mkDefault true;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;

View file

@ -55,8 +55,6 @@ in
waybar waybar
wl-clipboard wl-clipboard
mako # notification daemon mako # notification daemon
#dmenu # Dmenu is the default in the config but i recommend wofi since its wayland native
bemenu
kanshi # replacement for autorandr kanshi # replacement for autorandr
sway-contrib.grimshot sway-contrib.grimshot
imv # image viewer imv # image viewer
@ -65,6 +63,12 @@ in
#zafiro-icons #zafiro-icons
dracula-theme dracula-theme
paper-icon-theme paper-icon-theme
# xdotool type application for inserting keypresses
wtype
# wofi as application runner
wofi
wofi-emoji
]; ];
extraSessionCommands = '' extraSessionCommands = ''
export SDL_VIDEODRIVER=wayland export SDL_VIDEODRIVER=wayland

View file

@ -21,6 +21,7 @@
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
intel-compute-runtime intel-compute-runtime
mesa.drivers
intel-media-driver # LIBVA_DRIVER_NAME=iHD intel-media-driver # LIBVA_DRIVER_NAME=iHD
vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium) vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
vaapiVdpau vaapiVdpau