more cleanup
This commit is contained in:
parent
e0346fadb4
commit
70d50a1d0e
4 changed files with 2 additions and 13 deletions
|
@ -1,7 +1,3 @@
|
|||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ inputs, pkgs, ... }: {
|
||||
imports = [
|
||||
./audio
|
||||
|
@ -90,6 +86,4 @@
|
|||
|
||||
programs.fish.enable = true;
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue