From 1e2cc2c91686816b397ec2019729ce270bde3b81 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 2 Jul 2022 06:30:27 -0500 Subject: [PATCH] some minor changes to include some needed programs --- README.org | 10 ++++++---- scripts/screenshot | 2 +- system/kaladin/configuration.nix | 3 +++ system/syl/configuration.nix | 3 +++ user/home.nix | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 6134bf4..c16f452 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,6 @@ #+TITLE: Readme -#+AUTHOR: Chris Cochrun mailto:chris@tfcconnection.org +#+AUTHOR: Chris Cochrun +mailto:chris@tfcconnection.org * Welcome This repository contains all of my dotfiles to the many programs I like to use on Linux. This is primarily built with NixOS and Emacs. This is done through literate programming. So basically this README file has all the source code for the entire system. (or at least it will once I get it all finished) @@ -149,8 +150,6 @@ services.xserver = { desktopManager.plasma5.enable = true; # desktopManager.gnome.enable = true; }; - -# programs.qt5ct.enable = true; #+end_src To use pipewire there are some specific setup pieces that I like to have. @@ -284,6 +283,7 @@ aha glxinfo vulkan-tools wayland-utils +# mkchromecast plocate bc sysstat @@ -315,6 +315,8 @@ wtype xdotool wmctrl xcape +xclip +maim unclutter-xfixes bluez-tools networkmanager_dmenu @@ -1116,7 +1118,7 @@ I also use home-manager for managing dotfiles. This means that everything is con services.nextcloud-client = { enable = true; - startInBackground = true; + # startInBackground = true; }; services.syncthing.enable = true; diff --git a/scripts/screenshot b/scripts/screenshot index 6df3b13..b96ecb3 100755 --- a/scripts/screenshot +++ b/scripts/screenshot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ $(hostname) = "syl" ]; then if [ $XDG_SESSION_TYPE = "x11" ]; then diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 6e616bf..e0509e3 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -198,6 +198,7 @@ glxinfo vulkan-tools wayland-utils + # mkchromecast plocate bc sysstat @@ -229,6 +230,8 @@ xdotool wmctrl xcape + xclip + maim unclutter-xfixes bluez-tools networkmanager_dmenu diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 12f3663..9976b2c 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -212,6 +212,7 @@ glxinfo vulkan-tools wayland-utils + # mkchromecast plocate bc sysstat @@ -243,6 +244,8 @@ xdotool wmctrl xcape + xclip + maim unclutter-xfixes bluez-tools networkmanager_dmenu diff --git a/user/home.nix b/user/home.nix index ee5f177..ba4c992 100644 --- a/user/home.nix +++ b/user/home.nix @@ -241,7 +241,7 @@ services.nextcloud-client = { enable = true; - startInBackground = true; + # startInBackground = true; }; services.syncthing.enable = true;