Compare commits
2 Commits
a903234837
...
f83754fb8d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f83754fb8d | ||
![]() |
143e43818a |
@ -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
|
||||
|
18
flake.lock
generated
18
flake.lock
generated
@ -7,11 +7,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1739381933,
|
||||
"narHash": "sha256-4gvobxITgcrNGfwsVG5a46QzQCX89btIYw23p0ilbcc=",
|
||||
"lastModified": 1744380363,
|
||||
"narHash": "sha256-cXjAUuAfQDPSLSsckZuTioQ986iqSPTzx8D7dLAcC+Q=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "15b59d4191b993ebdfcb1f61b834fced217882ba",
|
||||
"rev": "e43c6bcb101ba3301522439c459288c4a248f624",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -28,11 +28,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742013980,
|
||||
"narHash": "sha256-34YbfwABU5nb0F5eaaJE3ujldaNDhmyxw7CWqhXJV08=",
|
||||
"lastModified": 1744224272,
|
||||
"narHash": "sha256-cqePj5nuC7flJWNncaVAFq1YZncU0PSyO0DEqGn+vYc=",
|
||||
"owner": "LnL7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "9175b4bb5f127fb7b5784b14f7e01abff24c378f",
|
||||
"rev": "113883e37d985d26ecb65282766e5719f2539103",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -43,11 +43,11 @@
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1739214665,
|
||||
"narHash": "sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM=",
|
||||
"lastModified": 1744232761,
|
||||
"narHash": "sha256-gbl9hE39nQRpZaLjhWKmEu5ejtQsgI5TWYrIVVJn30U=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "64e75cd44acf21c7933d61d7721e812eac1b5a0a",
|
||||
"rev": "f675531bc7e6657c10a18b565cfebd8aa9e24c14",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -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