Changes: Penduick to plasma
This commit is contained in:
parent
3d2c218dc0
commit
201666c577
2 changed files with 1 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../desktop/bspwm.nix
|
|
||||||
../common/browser.nix
|
../common/browser.nix
|
||||||
../common/nvim.nix
|
../common/nvim.nix
|
||||||
./dunoz.nix
|
./dunoz.nix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ let
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/desktop/xorg-bspwm.nix
|
../../modules/desktop/plasma.nix
|
||||||
../../modules/common/nix.nix
|
../../modules/common/nix.nix
|
||||||
../../modules/common/base.nix
|
../../modules/common/base.nix
|
||||||
../../modules/common/fonts.nix
|
../../modules/common/fonts.nix
|
||||||
|
|
@ -52,13 +52,6 @@ in {
|
||||||
age ssh-to-age
|
age ssh-to-age
|
||||||
];
|
];
|
||||||
|
|
||||||
security.pam.services.i3lock = {
|
|
||||||
text = ''
|
|
||||||
auth required pam_unix.so
|
|
||||||
account required pam_unix.so
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
# Optionnel mais utile pour SSH au démarrage
|
# Optionnel mais utile pour SSH au démarrage
|
||||||
systemd.services.sshd.wantedBy = [ "multi-user.target" ];
|
systemd.services.sshd.wantedBy = [ "multi-user.target" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue