mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +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
|
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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue