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