fix merge conflicts

This commit is contained in:
Don Harper 2022-12-28 13:54:19 -06:00
commit def2e7f6fa
4 changed files with 20 additions and 3 deletions

3
TODO Normal file
View file

@ -0,0 +1,3 @@
add HP 810RG1 profile
add ssd to all
fix eve????

Binary file not shown.

View file

@ -10,6 +10,7 @@
home.packages = [
pkgs.aspell
pkgs.authy
pkgs.bc
pkgs.bitwarden
pkgs.bitwarden-cli
@ -85,6 +86,7 @@
#programs.home-manager.enable = true;
programs.go.enable = true;
programs.light.enable = true;
programs.keychain = {
enable = true;
enableBashIntegration = true;

View file

@ -40,7 +40,8 @@
#services.xserver.enable = false;
# Enable the GNOME Desktop Environment.
#services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.displayManager.gdm.wayland = true;
#services.xserver.desktopManager.gnome.enable = false;
# Configure keymap in X11
@ -54,6 +55,7 @@
# Enable CUPS to print documents.
services.printing.enable = true;
services.udisks2.enable = true;
services.nscd.enableNsncd = true;
# Enable sound with pipewire.
sound.enable = true;
@ -63,6 +65,14 @@
extraBackends = [ pkgs.sane-airscan ];
};
security.rtkit.enable = true;
# services.kmscon = {
# enable = false;
# extraOptions = "--term xterm-256color";
# fonts = [ { name = "Source Code Pro"; package = pkgs.source-code-pro; } ];
# extraConfig = ''
# font-size=10
# '';
# };
services.pipewire = {
enable = true;
alsa.enable = true;
@ -86,7 +96,7 @@
users.users.don = {
isNormalUser = true;
description = "Don Harper";
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" ];
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "video" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki"
];
@ -117,6 +127,8 @@
tmux
tmuxp
topgrade
toot
tut
#vim
wget
zoom-us
@ -198,7 +210,7 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.05"; # Did you read the comment?
system.stateVersion = "22.11"; # Did you read the comment?
# nixpkgs.config.firefox.enableGnomeExtenions = true;
# services.gnome.gnome-browser-connector.enable = true;
programs.msmtp = {