mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 19:36:05 -07:00
Compare commits
No commits in common. "490e4c3619c7997c85daf3a4f95189f3ae518854" and "cb33f4be44d8d7295543e486d33457d184325487" have entirely different histories.
490e4c3619
...
cb33f4be44
@ -5,8 +5,7 @@
|
|||||||
config.age.secrets."ssh/kestrel/id_ed25519.pub".path
|
config.age.secrets."ssh/kestrel/id_ed25519.pub".path
|
||||||
];
|
];
|
||||||
|
|
||||||
services.borgmatic.enable = true;
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
borgbackup # Deduplicating backup program
|
restic # Fast and secure backup program
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
xournal # Note-taking and sketching application.
|
xournal # Note-taking and sketching application.
|
||||||
mpv # Media player for playing audio and video files.
|
mpv # Media player for playing audio and video files.
|
||||||
p7zip # Command-line file archiver with high compression ratio.
|
p7zip # Command-line file archiver with high compression ratio.
|
||||||
|
borgbackup # Deduplicating backup program with optional compression and authenticated encryption.
|
||||||
gimp # GNU Image Manipulation Program for editing and composing raster images.
|
gimp # GNU Image Manipulation Program for editing and composing raster images.
|
||||||
wl-clipboard # Command-line utility to access and manipulate clipboard content in a Wayland session.
|
wl-clipboard # Command-line utility to access and manipulate clipboard content in a Wayland session.
|
||||||
];
|
];
|
||||||
|
@ -57,16 +57,6 @@ in {
|
|||||||
gnome.gnome-shell-extensions # Extensions for enhancing functionality and customization in the GNOME.
|
gnome.gnome-shell-extensions # Extensions for enhancing functionality and customization in the GNOME.
|
||||||
];
|
];
|
||||||
|
|
||||||
# Valent for remote control
|
|
||||||
programs.kdeconnect = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.valent;
|
|
||||||
};
|
|
||||||
networking.firewall = rec {
|
|
||||||
allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
|
|
||||||
allowedUDPPortRanges = allowedTCPPortRanges;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable wayland gnome
|
# Enable wayland gnome
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user