some minor changes to include some needed programs
This commit is contained in:
parent
dc4af67907
commit
1e2cc2c916
10
README.org
10
README.org
|
@ -1,5 +1,6 @@
|
||||||
#+TITLE: Readme
|
#+TITLE: Readme
|
||||||
#+AUTHOR: Chris Cochrun mailto:chris@tfcconnection.org
|
#+AUTHOR: Chris Cochrun
|
||||||
|
mailto:chris@tfcconnection.org
|
||||||
|
|
||||||
* Welcome
|
* 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)
|
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.plasma5.enable = true;
|
||||||
# desktopManager.gnome.enable = true;
|
# desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.qt5ct.enable = true;
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
To use pipewire there are some specific setup pieces that I like to have.
|
To use pipewire there are some specific setup pieces that I like to have.
|
||||||
|
@ -284,6 +283,7 @@ aha
|
||||||
glxinfo
|
glxinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
wayland-utils
|
wayland-utils
|
||||||
|
# mkchromecast
|
||||||
plocate
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
|
@ -315,6 +315,8 @@ wtype
|
||||||
xdotool
|
xdotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
|
xclip
|
||||||
|
maim
|
||||||
unclutter-xfixes
|
unclutter-xfixes
|
||||||
bluez-tools
|
bluez-tools
|
||||||
networkmanager_dmenu
|
networkmanager_dmenu
|
||||||
|
@ -1116,7 +1118,7 @@ I also use home-manager for managing dotfiles. This means that everything is con
|
||||||
|
|
||||||
services.nextcloud-client = {
|
services.nextcloud-client = {
|
||||||
enable = true;
|
enable = true;
|
||||||
startInBackground = true;
|
# startInBackground = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ $(hostname) = "syl" ]; then
|
if [ $(hostname) = "syl" ]; then
|
||||||
if [ $XDG_SESSION_TYPE = "x11" ]; then
|
if [ $XDG_SESSION_TYPE = "x11" ]; then
|
||||||
|
|
|
@ -198,6 +198,7 @@
|
||||||
glxinfo
|
glxinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
wayland-utils
|
wayland-utils
|
||||||
|
# mkchromecast
|
||||||
plocate
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
|
@ -229,6 +230,8 @@
|
||||||
xdotool
|
xdotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
|
xclip
|
||||||
|
maim
|
||||||
unclutter-xfixes
|
unclutter-xfixes
|
||||||
bluez-tools
|
bluez-tools
|
||||||
networkmanager_dmenu
|
networkmanager_dmenu
|
||||||
|
|
|
@ -212,6 +212,7 @@
|
||||||
glxinfo
|
glxinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
wayland-utils
|
wayland-utils
|
||||||
|
# mkchromecast
|
||||||
plocate
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
|
@ -243,6 +244,8 @@
|
||||||
xdotool
|
xdotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
|
xclip
|
||||||
|
maim
|
||||||
unclutter-xfixes
|
unclutter-xfixes
|
||||||
bluez-tools
|
bluez-tools
|
||||||
networkmanager_dmenu
|
networkmanager_dmenu
|
||||||
|
|
|
@ -241,7 +241,7 @@
|
||||||
|
|
||||||
services.nextcloud-client = {
|
services.nextcloud-client = {
|
||||||
enable = true;
|
enable = true;
|
||||||
startInBackground = true;
|
# startInBackground = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue