mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
Switch to wofi, add hledger
This commit is contained in:
parent
44437a07d1
commit
df28d4d6be
4 changed files with 12 additions and 3 deletions
|
@ -12,7 +12,8 @@ let
|
|||
in
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
[ <nixos-hardware/lenovo/thinkpad/t14>
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
||||
# Hardware support for Moonlander & U2F
|
||||
|
@ -140,6 +141,7 @@ in
|
|||
file
|
||||
mosh
|
||||
tmux
|
||||
libqalculate
|
||||
## password management
|
||||
pass
|
||||
pinentry-curses
|
||||
|
@ -186,6 +188,7 @@ in
|
|||
unstable.obsidian
|
||||
## time tracking
|
||||
watson
|
||||
hledger hledger-ui hledger-web
|
||||
## file managers
|
||||
ranger
|
||||
xfce.thunar
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
# networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.vboxnet0.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.wlp0s20f3.useDHCP = lib.mkDefault true;
|
||||
# networking.interfaces.wwan0.useDHCP = lib.mkDefault true;
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
|
|
@ -55,8 +55,6 @@ in
|
|||
waybar
|
||||
wl-clipboard
|
||||
mako # notification daemon
|
||||
#dmenu # Dmenu is the default in the config but i recommend wofi since its wayland native
|
||||
bemenu
|
||||
kanshi # replacement for autorandr
|
||||
sway-contrib.grimshot
|
||||
imv # image viewer
|
||||
|
@ -65,6 +63,12 @@ in
|
|||
#zafiro-icons
|
||||
dracula-theme
|
||||
paper-icon-theme
|
||||
# xdotool type application for inserting keypresses
|
||||
wtype
|
||||
|
||||
# wofi as application runner
|
||||
wofi
|
||||
wofi-emoji
|
||||
];
|
||||
extraSessionCommands = ''
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-compute-runtime
|
||||
mesa.drivers
|
||||
intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
vaapiIntel # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
|
||||
vaapiVdpau
|
||||
|
|
Loading…
Reference in a new issue