Compare commits

..

No commits in common. "382936127bd7668cfbb8dda8a3823d0905c894a7" and "8ba71f17ecef70ea03009f1d713a60cc2d86d732" have entirely different histories.

4 changed files with 16 additions and 44 deletions

View file

@ -26,9 +26,10 @@
{ device = "/dev/disk/by-uuid/37E1-D07F";
fsType = "vfat";
};
fileSystems."/mnt/nas/music" =
{
device = "192.168.1.2:/volume1/music";
device = "192.168.1.9:/volume1/music";
options = [ "nfsvers=4.2" "x-systemd.automount" "noauto" "rw" "relatime" "user" "acl" "defaults"];
fsType = "nfs";
};
@ -86,4 +87,4 @@
RuntimeDirectorySize=8G
HandleLidSwitchDocked=ignore
'';
}
}

View file

@ -20,7 +20,7 @@
shellAliases = {
ls = "lsd --hyperlink=auto";
icat = "kitty +kitten icat";
nixedit = "vi /etc/nixos";
nixedit = "codium /etc/nixos";
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
};
@ -44,7 +44,6 @@
dnsutils
emacs-nox
findutils
fzf
gnugrep
gnumake
gnupg
@ -57,7 +56,6 @@
mc
micro
mosh
mpd
neofetch
pandoc
pass
@ -71,8 +69,6 @@
wget
whois
wirelesstools
yt-dlp
zellij
zola
zsh-autosuggestions
];

View file

@ -11,15 +11,6 @@ in
security.rtkit.enable = true;
services = {
# sonarr = {
# enable = true;
# openFirewall = true; # http://locahost:8989
# };
# prowlarr = {
# enable = true;
# openFirewall = true; # http://locahost:9696
# };
#blueman.enable = true;
#openvpn.restartAfterSleep = false;
openvpn.servers = {
@ -45,6 +36,7 @@ in
xserver = {
enable = true;
#desktopManager.gnome.enable = true;
displayManager.defaultSession = "plasmawayland";
desktopManager.plasma5.enable = true;
displayManager.sddm.enable = true;
@ -52,6 +44,12 @@ in
};
dbus.enable = true;
};
# xdg.portal = {
# enable = true;
# wlr.enable = true;
# # gtk portal needed to make gtk apps happy
# extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
# };
programs = {
chromium = {
@ -74,11 +72,13 @@ in
];
};
};
# dconf.enable = true;
droidcam.enable = true;
firefox.enable = true;
firefox.languagePacks = ["fr"];
hyprland.enable = true;
#kdeconnect.enable = true;
ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass"; # conflict between kde and gnome cf. https://github.com/NixOS/nixpkgs/issues/75867
ssh.startAgent = true;
steam.enable = true;
@ -103,13 +103,11 @@ in
export _JAVA_AWT_WM_NONREPARENTING=1
export MOZ_ENABLE_WAYLAND=1
'';
};
};
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# access to unstable nixpkgs
# nixpkgs.config = {
# packageOverrides = pkgs: with pkgs; {
# unstable = import unstableTarball {
@ -118,7 +116,6 @@ in
# };
# };
# no kde bloat
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
baloo
elisa
@ -127,7 +124,6 @@ in
oxygen
plasma-browser-integration
];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@ -178,11 +174,11 @@ in
kitty-themes
latte-dock
libreoffice-qt
librewolf
libsForQt5.ark
libsForQt5.bismuth
#mattermost-desktop
mixxx
mpd
nextcloud-client
obsidian
signal-desktop
@ -196,6 +192,7 @@ in
wofi
mako # notification system developed by swaywm maintainer
wdisplays # tool to configure displays
yt-dlp
];
# Do not restart the display manager automatically

View file

@ -37,28 +37,6 @@
tls.useStartTls = true;
};
};
"mrflos@mrflos.pw" = {
realName = "Florian Schmitt";
userName = "mrflos";
address = "mrflos@mrflos.pw";
primary = false;
thunderbird = {
enable = true;
};
imap = {
host = "mrflos.pw";
port = 993;
tls.enable = true;
tls.useStartTls = true;
};
smtp = {
host = "mrflos.pw";
port = 587;
tls.useStartTls = true;
};
};
"contact@yeswiki.pro" = {
realName = "YesWiki.pro";
userName = "contact@yeswiki.pro";