Changes to config following flake update

This commit is contained in:
Random936 2025-04-11 10:19:04 -07:00
parent 143e43818a
commit f83754fb8d
5 changed files with 4 additions and 8 deletions

View File

@ -52,9 +52,6 @@
# Ignore laptop lid closing when connected to power. # Ignore laptop lid closing when connected to power.
services.logind.lidSwitchExternalPower = "ignore"; services.logind.lidSwitchExternalPower = "ignore";
# Enable VMWare Workstation
virtualisation.vmware.host.enable = true;
# Enable bluetooth # Enable bluetooth
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;

View File

@ -156,7 +156,7 @@ client.focused_inactive #333333 #222222 #888888 #292d2e #eeeeee
client.unfocused #333333 #222222 #888888 #292d2e #eeeeee client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
# Auto lock the screen after X minutes # Auto lock the screen after X minutes
exec "xautolock -detectsleep -time 3 -locker i3lock-fancy" #exec "xautolock -detectsleep -time 30 -locker i3lock-fancy"
# Startup Applications # Startup Applications
exec_always --no-startup-id "killall polybar; polybar" # status bar exec_always --no-startup-id "killall polybar; polybar" # status bar

View File

@ -13,7 +13,7 @@
unzip unzip
# Fonts # Fonts
maple-mono # maple-mono
# LSP Servers # LSP Servers
nil nil
@ -28,7 +28,7 @@
programs = { programs = {
emacs = { emacs = {
enable = true; enable = true;
package = pkgs.emacs29; package = pkgs.emacs30;
extraPackages = epkgs: with epkgs; [ extraPackages = epkgs: with epkgs; [
mu4e mu4e
vterm vterm

View File

@ -4,7 +4,6 @@
vlc vlc
dconf dconf
brave brave
okular
vesktop vesktop
zoom-us zoom-us
discord discord
@ -17,6 +16,7 @@
virt-viewer virt-viewer
nextcloud-client nextcloud-client
protonmail-desktop protonmail-desktop
kdePackages.okular
]; ];
programs.obs-studio = { programs.obs-studio = {

View File

@ -14,7 +14,6 @@
sqlmap sqlmap
wpscan wpscan
ghidra ghidra
pwndbg
strace strace
strace strace
openssl openssl