Changes to config following flake update
This commit is contained in:
parent
143e43818a
commit
f83754fb8d
@ -52,9 +52,6 @@
|
||||
# Ignore laptop lid closing when connected to power.
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
|
||||
# Enable VMWare Workstation
|
||||
virtualisation.vmware.host.enable = true;
|
||||
|
||||
# Enable bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
@ -156,7 +156,7 @@ client.focused_inactive #333333 #222222 #888888 #292d2e #eeeeee
|
||||
client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
|
||||
|
||||
# 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
|
||||
exec_always --no-startup-id "killall polybar; polybar" # status bar
|
||||
|
@ -13,7 +13,7 @@
|
||||
unzip
|
||||
|
||||
# Fonts
|
||||
maple-mono
|
||||
# maple-mono
|
||||
|
||||
# LSP Servers
|
||||
nil
|
||||
@ -28,7 +28,7 @@
|
||||
programs = {
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs29;
|
||||
package = pkgs.emacs30;
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
mu4e
|
||||
vterm
|
||||
|
@ -4,7 +4,6 @@
|
||||
vlc
|
||||
dconf
|
||||
brave
|
||||
okular
|
||||
vesktop
|
||||
zoom-us
|
||||
discord
|
||||
@ -17,6 +16,7 @@
|
||||
virt-viewer
|
||||
nextcloud-client
|
||||
protonmail-desktop
|
||||
kdePackages.okular
|
||||
];
|
||||
|
||||
programs.obs-studio = {
|
||||
|
@ -14,7 +14,6 @@
|
||||
sqlmap
|
||||
wpscan
|
||||
ghidra
|
||||
pwndbg
|
||||
strace
|
||||
strace
|
||||
openssl
|
||||
|
Loading…
x
Reference in New Issue
Block a user