updating hyprland and kaladin hardware and adding nextcloud-client
This commit is contained in:
parent
f03a86e909
commit
ff5cbb8254
5 changed files with 29 additions and 11 deletions
|
@ -40,7 +40,7 @@
|
|||
networking.interfaces.wlp7s0.useDHCP = true;
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
|
@ -96,7 +96,7 @@
|
|||
displayManager = {
|
||||
startx.enable = true;
|
||||
sddm = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
};
|
||||
session = [
|
||||
{
|
||||
|
@ -117,7 +117,7 @@
|
|||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "/home/chris/bin/hyprland";
|
||||
|
@ -307,6 +307,7 @@
|
|||
glxinfo
|
||||
vulkan-tools
|
||||
wayland-utils
|
||||
nextcloud-client
|
||||
# mkchromecast
|
||||
plocate
|
||||
# librepresenter.libre-presenter
|
||||
|
|
|
@ -40,6 +40,12 @@
|
|||
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";
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
networking.interfaces.wlp170s0.useDHCP = true;
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
|
@ -89,7 +89,7 @@
|
|||
displayManager = {
|
||||
startx.enable = true;
|
||||
sddm = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
};
|
||||
session = [
|
||||
{
|
||||
|
@ -110,7 +110,7 @@
|
|||
};
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "/home/chris/bin/hyprland";
|
||||
|
@ -326,6 +326,7 @@
|
|||
glxinfo
|
||||
vulkan-tools
|
||||
wayland-utils
|
||||
nextcloud-client
|
||||
# mkchromecast
|
||||
plocate
|
||||
# librepresenter.libre-presenter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue