aigis: make SSH agent work properly
This commit is contained in:
parent
bc601a6e4f
commit
3e5d142235
1 changed files with 4 additions and 1 deletions
|
@ -31,12 +31,15 @@
|
|||
services.displayManager.sddm.wayland.compositor = "kwin";
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Set up MacOS features.
|
||||
# Set up Apple Silicon features.
|
||||
hardware.asahi = {
|
||||
peripheralFirmwareDirectory = ../../apple-silicon-support/firmware;
|
||||
useExperimentalGPUDriver = true;
|
||||
};
|
||||
|
||||
# Run an ssh-agent locally.
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
# Make Niri work on this machine. :)
|
||||
home-manager.users.deprekated = {
|
||||
programs.niri.settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue