~ruther/nixos-config

fbe1a5eef9112a1ef8a7c3b1d00b96134d90d371 — Rutherther 1 year, 6 months ago 3dfd942
feat: disable gnome and make sure everything works
4 files changed, 4 insertions(+), 2 deletions(-)

M hosts/configuration.nix
M hosts/home.nix
M hosts/vm/default.nix
M hosts/vm/home.nix
M hosts/configuration.nix => hosts/configuration.nix +3 -0
@@ 25,6 25,9 @@
    extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "plex" ];
    shell = pkgs.zsh;                       # Default shell
  };
  programs.zsh.enable = true; # has to be here to set shell to zsh
    # zsh is configured at home-manager level afterwards

  security.sudo.wheelNeedsPassword = true;

  time.timeZone = "Europe/Prague";        # Time zone and internationalisation

M hosts/home.nix => hosts/home.nix +1 -0
@@ 31,6 31,7 @@
      gtop              # Resource Manager
      htop              # Resource Manager
      ranger            # File Manager
      cinnamon.nemo     # GUI File Manager
      tldr              # Helper
      lazygit           # Git tool


M hosts/vm/default.nix => hosts/vm/default.nix +0 -1
@@ 19,7 19,6 @@ let
in {
  imports =  [                                  # For now, if applying to other system, swap files
    ./hardware-configuration.nix                # Current system hardware config @ /etc/nixos/hardware-configuration.nix
    ../../modules/desktop/gnome/default.nix     # Window Manager
    ../../modules/desktop/dm/sddm.nix           # Desktop Manager
    ../../modules/desktop/qtile/default.nix           # Qtile
  ];

M hosts/vm/home.nix => hosts/vm/home.nix +0 -1
@@ 16,7 16,6 @@
{
  imports =
    [
      ../../modules/desktop/gnome/home.nix  #Window Manager
      ../../modules/desktop/qtile/home.nix  #Window Manager
    ];


Do not follow this link