Compare commits

...

2 Commits

Author SHA1 Message Date
Random936
f83754fb8d Changes to config following flake update 2025-04-11 10:19:04 -07:00
Random936
143e43818a Updated flake.lock 2025-04-11 09:57:10 -07:00
6 changed files with 13 additions and 17 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

18
flake.lock generated
View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1739381933, "lastModified": 1744380363,
"narHash": "sha256-4gvobxITgcrNGfwsVG5a46QzQCX89btIYw23p0ilbcc=", "narHash": "sha256-cXjAUuAfQDPSLSsckZuTioQ986iqSPTzx8D7dLAcC+Q=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "15b59d4191b993ebdfcb1f61b834fced217882ba", "rev": "e43c6bcb101ba3301522439c459288c4a248f624",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742013980, "lastModified": 1744224272,
"narHash": "sha256-34YbfwABU5nb0F5eaaJE3ujldaNDhmyxw7CWqhXJV08=", "narHash": "sha256-cqePj5nuC7flJWNncaVAFq1YZncU0PSyO0DEqGn+vYc=",
"owner": "LnL7", "owner": "LnL7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "9175b4bb5f127fb7b5784b14f7e01abff24c378f", "rev": "113883e37d985d26ecb65282766e5719f2539103",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -43,11 +43,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739214665, "lastModified": 1744232761,
"narHash": "sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM=", "narHash": "sha256-gbl9hE39nQRpZaLjhWKmEu5ejtQsgI5TWYrIVVJn30U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "64e75cd44acf21c7933d61d7721e812eac1b5a0a", "rev": "f675531bc7e6657c10a18b565cfebd8aa9e24c14",
"type": "github" "type": "github"
}, },
"original": { "original": {

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