Compare commits

..

No commits in common. "890b24200e18fc73c2342e2f5fbc3e8b3c6aa53a" and "9cf2b82e92f899ff90ada320c89fcdb4b7b9d64f" have entirely different histories.

4 changed files with 0 additions and 17 deletions

View File

@ -53,7 +53,6 @@ in
joplin-desktop
config.inputs.deploy-rs.packages.${config.currentSystem}.deploy-rs
lxqt.pavucontrol-qt
barrier
# For Nix IDE
nixpkgs-fmt

View File

@ -56,9 +56,4 @@
de.enable = true;
de.touchpad.enable = true;
networking.firewall.allowedTCPPorts = [
# barrier
24800
];
}

View File

@ -24,9 +24,6 @@
])
);
services.xserver.desktopManager.retroarch.enable = true;
services.xserver.desktopManager.retroarch.package = pkgs.retroarchFull;
users.users.cris = {
isNormalUser = true;
hashedPassword = "$y$j9T$LMGwHVauFWAcAyWSSmcuS/$BQpDyjDHZZbvj54.ijvNb03tr7IgX9wcjYCuCxjSqf6";
@ -36,11 +33,4 @@
maestral-gui
] ++ config.users.users.googlebot.packages;
};
# Dr. John A. Zoidberg
users.users.john = {
isNormalUser = true;
hashedPassword = "";
uid = 1002;
};
}

View File

@ -15,7 +15,6 @@
# kernel
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest;
# disks
remoteLuksUnlock.enable = true;