i3status rust

This commit is contained in:
tess 2023-02-20 03:47:24 +01:00
parent 7502c1524a
commit 2c0c45a26c
1 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,6 @@
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./hostname.nix
./nvim.nix
];
# Bootloader.
@ -47,6 +46,7 @@
# Enable the i3 and keyboard
console.keyMap = "dvorak-programmer";
services.xserver = {
enable = true;
# i3
@ -97,12 +97,9 @@
services.xserver = {
layout = "us";
xkbVariant = "dvp";
xkbOptions = "compose:102,numpad:shift3,kpdl:semi,keypad:atm,caps:shift,lv3:ralt_switch";
xkbOptions = "compose:102,numpad:shift3,kpdl:semi,keypad:atm,caps:shift";
};
# Configure console keymap
console.keyMap = "no";
# Enable CUPS to print documents.
services.printing.enable = true;
@ -154,7 +151,7 @@
i3
autotiling
rofi
polybarFull
i3status-rust
lxappearance
feh
rofimoji
@ -193,6 +190,7 @@
nodejs
python38
vscode
cope
#language servers
rust-analyzer
lldb #not a langage server but w/e
@ -242,6 +240,8 @@
mutt
libwebp
calc
libnotify
coreutils
];