system state before cosmic-comp crash nixpkgs revision
This commit is contained in:
parent
e0ccfe0e5e
commit
0ca56ccf80
2 changed files with 41 additions and 56 deletions
|
|
@ -38,6 +38,7 @@
|
|||
consoleLogLevel = 3;
|
||||
initrd.verbose = false;
|
||||
initrd.systemd.enable = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
|
@ -59,7 +60,12 @@
|
|||
};
|
||||
|
||||
networking.hostName = "kemptop";
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openvpn
|
||||
];
|
||||
};
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
|
|
@ -69,7 +75,7 @@
|
|||
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
experimental-features = nix-command flakes impure-derivations ca-derivations
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
@ -86,6 +92,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
usbutils
|
||||
inetutils
|
||||
pciutils
|
||||
git
|
||||
pkg-config
|
||||
openssl
|
||||
|
|
@ -104,10 +112,12 @@
|
|||
uv
|
||||
distrobox
|
||||
lshw
|
||||
pciutils
|
||||
sbctl
|
||||
adw-gtk3
|
||||
|
||||
inkscape
|
||||
traceroute
|
||||
nix-output-monitor
|
||||
dig
|
||||
|
||||
|
||||
# GUI programs
|
||||
|
|
@ -122,10 +132,11 @@
|
|||
zenmap
|
||||
mission-center
|
||||
seahorse
|
||||
texstudio
|
||||
(pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true;}) {})
|
||||
google-chrome
|
||||
tor-browser
|
||||
zathura
|
||||
(pkgs.wrapFirefox (pkgs.firefox-unwrapped.override { pipewireSupport = true;}) {})
|
||||
google-chrome
|
||||
tor-browser
|
||||
|
||||
# Libreoffice
|
||||
libreoffice-qt
|
||||
|
|
@ -204,7 +215,7 @@
|
|||
DefaultEnvironment="PATH=/run/wrappers/bin:/home/%u/.nix-profile/bin:/nix/profile/bin:/home/%u/.local/state/nix/profile/bin:/etc/profiles/per-user/%u/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin"
|
||||
'';
|
||||
|
||||
|
||||
powerManagement.powertop.enable = true;
|
||||
|
||||
# This option defines the first version of NixOS you have installed on this particular machine,
|
||||
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue