some minor changes to include some needed programs
This commit is contained in:
		
							parent
							
								
									dc4af67907
								
							
						
					
					
						commit
						1e2cc2c916
					
				
					 5 changed files with 14 additions and 6 deletions
				
			
		
							
								
								
									
										10
									
								
								README.org
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
#!/bin/bash
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
if [ $(hostname) = "syl" ]; then
 | 
			
		||||
    if [ $XDG_SESSION_TYPE = "x11" ]; then
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -241,7 +241,7 @@
 | 
			
		|||
 | 
			
		||||
  services.nextcloud-client = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    startInBackground = true;
 | 
			
		||||
    # startInBackground = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.syncthing.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue