Compare commits
No commits in common. "7fc13776f6f41a04842bbcb662caee19da53a2b1" and "132257fb7398ca408a96655cdef8d259fc36f492" have entirely different histories.
7fc13776f6
...
132257fb73
1 changed files with 5 additions and 15 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
(import "${builtins.fetchTarball https://github.com/nix-community/home-manager/archive/master.tar.gz}/nixos")
|
(import "${builtins.fetchTarball https://github.com/nix-community/home-manager/archive/release-25.05.tar.gz}/nixos")
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://discourse.nixos.org/t/github-strategies-for-configuration-nix/1983/14
|
# https://discourse.nixos.org/t/github-strategies-for-configuration-nix/1983/14
|
||||||
|
|
@ -24,18 +24,6 @@
|
||||||
# Use latest kernel.
|
# Use latest kernel.
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(final: prev: {
|
|
||||||
spice-vdagent = prev.spice-vdagent.overrideAttrs ( old: rec {
|
|
||||||
version = "0.22.1";
|
|
||||||
src = prev.fetchurl {
|
|
||||||
url = "https://www.spice-space.org/download/releases/spice-vdagent-${version}.tar.bz2";
|
|
||||||
hash = "sha256-k7DRWspHYsx9N5sXmnEBFJ267WK3IRL/+ys+kLEWh6A=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
networking.hostName = "sam"; # Define your hostname.
|
networking.hostName = "sam"; # Define your hostname.
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
|
|
@ -84,7 +72,7 @@
|
||||||
home-manager.users.chandler = { pkgs, ... }: {
|
home-manager.users.chandler = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# applications
|
# applications
|
||||||
gimp3
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
|
|
@ -116,7 +104,9 @@
|
||||||
jujutsu
|
jujutsu
|
||||||
killall
|
killall
|
||||||
kubectl
|
kubectl
|
||||||
openconnect
|
# From https://github.com/NixOS/nixpkgs/pull/370555
|
||||||
|
# I don't expect this to be backported, so this should be removed with 25.11
|
||||||
|
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/a5ea75e611fb5bf6898d7d72401f6cb2aacf30f0.tar.gz") {}).openconnect
|
||||||
pv
|
pv
|
||||||
ripgrep
|
ripgrep
|
||||||
unzip
|
unzip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue