Compare commits

...

3 commits

11 changed files with 20 additions and 20 deletions

View file

@ -183,16 +183,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1726989464, "lastModified": 1730016908,
"narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=", "narHash": "sha256-bFCxJco7d8IgmjfNExNz9knP8wvwbXU4s/d53KOK6U0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176", "rev": "e83414058edd339148dc142a8437edb9450574c8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-24.05", "ref": "master",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }

View file

@ -16,7 +16,7 @@
nix-darwin.url = "github:lnl7/nix-darwin/master"; nix-darwin.url = "github:lnl7/nix-darwin/master";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs"; nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager/release-24.05"; home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";

View file

@ -45,7 +45,7 @@ in
hardware = { hardware = {
cpu.intel.updateMicrocode = true; cpu.intel.updateMicrocode = true;
facetimehd.enable = true; facetimehd.enable = true;
opengl = { graphics = {
extraPackages = with pkgs; [ intel-vaapi-driver ]; # i7-4870HQ older hardware like haswell (crystall well) extraPackages = with pkgs; [ intel-vaapi-driver ]; # i7-4870HQ older hardware like haswell (crystall well)
extraPackages32 = with pkgs.pkgsi686Linux; [ intel-vaapi-driver ]; extraPackages32 = with pkgs.pkgsi686Linux; [ intel-vaapi-driver ];
}; };

View file

@ -4,6 +4,8 @@
systemd.services.wg-quick-wg5.serviceConfig.Restart = "on-failure"; systemd.services.wg-quick-wg5.serviceConfig.Restart = "on-failure";
systemd.services.wg-quick-wg5.serviceConfig.RestartSec = "5s"; systemd.services.wg-quick-wg5.serviceConfig.RestartSec = "5s";
systemd.services.NetworkManager-wait-online.enable = true;
networking = { networking = {
networkmanager.dns = "systemd-resolved"; networkmanager.dns = "systemd-resolved";

View file

@ -26,7 +26,7 @@ in
montserrat montserrat
nerdfonts nerdfonts
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk-sans
open-sans open-sans
powerline-fonts powerline-fonts
source-sans-pro source-sans-pro

View file

@ -59,7 +59,7 @@ in
style = "gtk2"; style = "gtk2";
}; };
services.udev.packages = with pkgs; [ gnome3.gnome-settings-daemon ]; services.udev.packages = with pkgs; [ gnome-settings-daemon ];
# Enable Sushi, a quick previewer for nautilus # Enable Sushi, a quick previewer for nautilus
services.gnome.sushi.enable = true; services.gnome.sushi.enable = true;
# Enable GVfs, a userspace virtual filesystem # Enable GVfs, a userspace virtual filesystem
@ -84,14 +84,14 @@ in
alacritty alacritty
firefox-wayland firefox-wayland
flameshot flameshot
gnome.adwaita-icon-theme adwaita-icon-theme
gnome.eog eog
gnome.nautilus nautilus
gnome.seahorse seahorse
gnome.yelp yelp
hicolor-icon-theme hicolor-icon-theme
keepassxc keepassxc
qMasterPassword qMasterPassword-wayland
libnotify libnotify
vlc vlc
]; ];

View file

@ -25,7 +25,7 @@ bindsym $mod+Shift+F4 exec signal-desktop
# Toggle control center # Toggle control center
bindsym $mod+Shift+n exec swaync-client -t -sw bindsym $mod+Shift+n exec swaync-client -t -sw
bindsym $mod+Shift+m exec qMasterPassword bindsym $mod+Shift+m exec qMasterPassword-wayland
# Screenshots and screen recordings # Screenshots and screen recordings
bindsym $mod+Ctrl+p exec grim -g "$(slurp -d -b \#ffffff11)" ~/Pictures/Screenshots/$(date +%Y%m%d_%Hh%Mm%Ss)_grim.png bindsym $mod+Ctrl+p exec grim -g "$(slurp -d -b \#ffffff11)" ~/Pictures/Screenshots/$(date +%Y%m%d_%Hh%Mm%Ss)_grim.png

View file

@ -13,7 +13,6 @@
"1password-cli" "1password-cli"
"brscan5" "brscan5"
"brscan5-etc-files" "brscan5-etc-files"
"cnijfilter2"
"facetimehd-firmware" "facetimehd-firmware"
"slack" "slack"
"uhk-agent" "uhk-agent"

View file

@ -12,7 +12,7 @@ in
users.users."${psCfg.user.name}".packages = with pkgs; [ users.users."${psCfg.user.name}".packages = with pkgs; [
libreoffice-fresh libreoffice-fresh
gnome.simple-scan simple-scan
# Tools like pdfunite # Tools like pdfunite
poppler_utils poppler_utils
# tool for annotating PDFs # tool for annotating PDFs

View file

@ -25,7 +25,6 @@ in
services.printing.drivers = [ services.printing.drivers = [
pkgs.gutenprint pkgs.gutenprint
pkgs.brlaser pkgs.brlaser
pkgs.cnijfilter2
]; ];
hardware.sane = { hardware.sane = {

View file

@ -26,8 +26,8 @@
}; };
in in
{ {
neovim-unwrapped = unstable.neovim-unwrapped; #neovim-unwrapped = unstable.neovim-unwrapped;
vimPlugins = unstable.vimPlugins; #vimPlugins = unstable.vimPlugins;
#vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;}; #vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;};
} }
) )