updating hyprland and kaladin hardware and adding nextcloud-client

This commit is contained in:
Chris Cochrun 2022-12-15 15:21:31 -06:00
parent f03a86e909
commit ff5cbb8254
5 changed files with 29 additions and 11 deletions

View file

@ -184,7 +184,7 @@ services.xserver = {
displayManager = {
startx.enable = true;
sddm = {
enable = false;
enable = true;
};
session = [
{
@ -205,7 +205,7 @@ services.xserver = {
};
services.greetd = {
enable = true;
enable = false;
settings = rec {
initial_session = {
command = "/home/chris/bin/hyprland";
@ -309,7 +309,7 @@ Now lets turn on docker and podman. I create a lot of containers for my job.
#+NAME: containers
#+begin_src nix
virtualisation.podman.enable = true;
virtualisation.docker.enable = true;
# virtualisation.docker.enable = true;
virtualisation.libvirtd = {
enable = true;
qemu = {
@ -431,6 +431,7 @@ aha
glxinfo
vulkan-tools
wayland-utils
nextcloud-client
# mkchromecast
plocate
# librepresenter.libre-presenter
@ -1207,6 +1208,12 @@ And here is it's hardware config.
options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
};
fileSystems."/run/media/chris/backup" =
{ device = "/dev/disk/by-uuid/4286b9ef-e8ed-49a0-9eec-91b8ee05b2cb";
fsType = "btrfs";
options = [ "noatime" "space_cache" "clear_cache" "compress=zstd" ];
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/35A0-C1F1";
fsType = "vfat";