idk what this is
This commit is contained in:
		
							parent
							
								
									7e185fb489
								
							
						
					
					
						commit
						3b9a625896
					
				
					 7 changed files with 23 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 | 
			
		|||
  src = fetchFromGitHub {
 | 
			
		||||
    owner = "a-parhom";
 | 
			
		||||
    repo = "LightlyShaders";
 | 
			
		||||
    rev = "0da0587dc2cea4766290695d8f8e1a1d8835b1ba";
 | 
			
		||||
    rev = "d2a643b0c56d50d2ac1822e04c7b83d72de4213e";
 | 
			
		||||
    sha256 = "MJk2pXRmyZDZX7KeZBHNKi0WQcQwqTM1nZWTWSxnvfc=";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -208,6 +208,7 @@ firefox
 | 
			
		|||
kate
 | 
			
		||||
kdialog
 | 
			
		||||
openlp
 | 
			
		||||
inkscape
 | 
			
		||||
libreoffice-fresh
 | 
			
		||||
vlc
 | 
			
		||||
neochat
 | 
			
		||||
| 
						 | 
				
			
			@ -231,6 +232,7 @@ picom-next
 | 
			
		|||
pamixer
 | 
			
		||||
jellyfin-mpv-shim
 | 
			
		||||
pfetch
 | 
			
		||||
macchina
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
Here are some dev tools that I often have on a few devices.
 | 
			
		||||
| 
						 | 
				
			
			@ -600,6 +602,12 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
 | 
			
		|||
 | 
			
		||||
  virtualisation.waydroid.enable = true;
 | 
			
		||||
 | 
			
		||||
  programs.steam = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    remotePlay.openFirewall = true;
 | 
			
		||||
    dedicatedServer.openFirewall = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # List packages installed in system profile. To search, run:
 | 
			
		||||
  # $ nix search wget
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@
 | 
			
		|||
(local xresources (require "beautiful.xresources"))
 | 
			
		||||
;; Notification library
 | 
			
		||||
(global naughty (require "naughty"))
 | 
			
		||||
(naughty.notification {:title "YAY FNL LOADED!"})
 | 
			
		||||
;; (naughty.notification {:title "YAY FNL LOADED!"})
 | 
			
		||||
(global menubar (require "menubar"))
 | 
			
		||||
;; Enable hotkeys help widget for VIM and other apps
 | 
			
		||||
;; when client with a matching name is opened:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ cfgDir = os.getenv("HOME") .. "/.config/awesome/"
 | 
			
		|||
fennel.path = fennel.path .. ";" .. cfgDir .. "?.fnl;"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
naughty.notification{ title = "YAY RC LOADED"}
 | 
			
		||||
-- naughty.notification{ title = "YAY RC LOADED"}
 | 
			
		||||
 | 
			
		||||
searcher = fennel.make_searcher({
 | 
			
		||||
      correlate = true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -226,8 +226,8 @@ if status is-login
 | 
			
		|||
    end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
macchina
 | 
			
		||||
# pfetch
 | 
			
		||||
# macchina
 | 
			
		||||
pfetch
 | 
			
		||||
### Start plasma wayland
 | 
			
		||||
# if status is-login
 | 
			
		||||
#     if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -109,6 +109,12 @@
 | 
			
		|||
 | 
			
		||||
  virtualisation.waydroid.enable = true;
 | 
			
		||||
 | 
			
		||||
  programs.steam = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    remotePlay.openFirewall = true;
 | 
			
		||||
    dedicatedServer.openFirewall = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # List packages installed in system profile. To search, run:
 | 
			
		||||
  # $ nix search wget
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
| 
						 | 
				
			
			@ -172,6 +178,7 @@
 | 
			
		|||
    kate
 | 
			
		||||
    kdialog
 | 
			
		||||
    openlp
 | 
			
		||||
    inkscape
 | 
			
		||||
    libreoffice-fresh
 | 
			
		||||
    vlc
 | 
			
		||||
    neochat
 | 
			
		||||
| 
						 | 
				
			
			@ -195,6 +202,7 @@
 | 
			
		|||
    pamixer
 | 
			
		||||
    jellyfin-mpv-shim
 | 
			
		||||
    pfetch
 | 
			
		||||
    macchina
 | 
			
		||||
    blender
 | 
			
		||||
    neofetch
 | 
			
		||||
    # Dev tools
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -201,6 +201,7 @@
 | 
			
		|||
    kate
 | 
			
		||||
    kdialog
 | 
			
		||||
    openlp
 | 
			
		||||
    inkscape
 | 
			
		||||
    libreoffice-fresh
 | 
			
		||||
    vlc
 | 
			
		||||
    neochat
 | 
			
		||||
| 
						 | 
				
			
			@ -224,6 +225,7 @@
 | 
			
		|||
    pamixer
 | 
			
		||||
    jellyfin-mpv-shim
 | 
			
		||||
    pfetch
 | 
			
		||||
    macchina
 | 
			
		||||
    neofetch
 | 
			
		||||
    afetch
 | 
			
		||||
    yafetch
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue