This commit is contained in:
Daniel Ziltener 2023-11-27 11:24:47 +01:00
parent c6962c3705
commit 8b669d32b9
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
4 changed files with 43 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{ config, libs, pkgs, ... }: { config, home, libs, pkgs, ... }:
{ {
config.home.packages = with pkgs.chickenPackages_5.chickenEggs; [ home.packages = with pkgs.chickenPackages_5.chickenEggs; [
apropos apropos
chicken-doc chicken-doc
chicken-update chicken-update
@ -18,5 +18,16 @@
srfi-69 srfi-69
srfi-197 srfi-197
utf8 utf8
] ++ [ pkgs.chicken ]; ] ++ [ pkgs.chicken ];
nixpkgs.overlays = [
(final: prev: {
chicken = prev.chicken.overrideAttrs (oldAttrs: {
postInstall = (oldAttrs.postInstall or "") + ''
cd `csi -R chicken.platform -p '(chicken-home)'`
curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | sudo tar zx
'';
});
})
];
} }

View File

@ -82,7 +82,7 @@
users.users.zilti = { users.users.zilti = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" "libvirtd" ];
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
@ -94,8 +94,12 @@
gnumake gnumake
]; ];
programs.virt-manager.enable = true;
virtualisation = { virtualisation = {
libvirtd = {
enable = true;
};
podman = { podman = {
enable = true; enable = true;
dockerCompat = true; dockerCompat = true;
@ -161,7 +165,7 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05"; # Did you read the comment? system.stateVersion = "23.11"; # Did you read the comment?
} }

View File

@ -694,10 +694,17 @@ Point must be at the beginning of balanced expression (sexp)."
:ensure t :ensure t
:hook :hook
(circe-chat-mode . enable-circe-color-nicks) (circe-chat-mode . enable-circe-color-nicks)
(circe-chat-mode . auto-fill-mode)
:custom :custom
(circe-network-options (circe-network-options
'(("Lyrion Libera Chat" '(("Lyrion OFTC"
:host "lyrion.ch"
:port 6697
:tls t
:nick "zilti"
:sasl-username "zilti/irc.oftc.net"
:sasl-password (lambda (_)
(password-store-get "Privat/Soju")))
("Lyrion Libera Chat"
:host "lyrion.ch" :host "lyrion.ch"
:port 6697 :port 6697
:tls t :tls t

View File

@ -17,6 +17,7 @@ args@{ config, pkgs, hyprland, split-monitor-workspaces, flatpaks, ... }:
clojure-lsp clojure-lsp
coreutils-full coreutils-full
discord discord
edwood
file file
fossil fossil
fprintd-tod fprintd-tod
@ -29,6 +30,7 @@ args@{ config, pkgs, hyprland, split-monitor-workspaces, flatpaks, ... }:
git-filter-repo git-filter-repo
grim grim
guix guix
home-manager
hyprpaper hyprpaper
iconv iconv
kteatime kteatime
@ -59,11 +61,11 @@ args@{ config, pkgs, hyprland, split-monitor-workspaces, flatpaks, ... }:
pinentry-qt pinentry-qt
pixman pixman
plan9port plan9port
qt6.full
edwood
podman-compose podman-compose
qt6.full
pwvucontrol pwvucontrol
qtpass qtpass
senpai
signal-desktop signal-desktop
slack slack
slurp slurp
@ -271,6 +273,16 @@ args@{ config, pkgs, hyprland, split-monitor-workspaces, flatpaks, ... }:
programs.gpg = { enable = true; }; programs.gpg = { enable = true; };
home.file.".config/senpai/senpai.scfg" = {
enable = true;
text = ''
address ircs://lyrion.ch
nickname zilti
realname "Daniel Ziltener"
password-cmd pass show Privat/Soju
'';
};
home.file.".gnupg/gpg-agent.conf" = { home.file.".gnupg/gpg-agent.conf" = {
enable = true; enable = true;
text = '' text = ''