Switch to use xfce desktop environment

This commit is contained in:
Evie Litherland-Smith 2023-04-04 17:42:50 +01:00
parent cd54ceba9d
commit 973b35d690
5 changed files with 5 additions and 18 deletions

View file

@ -4,7 +4,7 @@
imports = [ imports = [
./common.nix ./common.nix
./locales/en_GB.nix ./locales/en_GB.nix
./desktop/plasma.nix ./desktop/xfce.nix
]; ];
networking.hostName = "H0615"; # Define your hostname. networking.hostName = "H0615"; # Define your hostname.
@ -23,19 +23,4 @@
# Set up home manager for user # Set up home manager for user
home-manager.users.elitherl = import ./home-manager/ukaea-elitherl.nix; home-manager.users.elitherl = import ./home-manager/ukaea-elitherl.nix;
#services.jupyter = {
# enable = true;
# user = "elitherl";
# password = "argon2:$argon2id$v=19$m=10240,t=10,p=8$1xahwwyEqV2fxQh2JjLuTg$bQ36U9SQQSk8IgtXZQkS2E2P9VISTCO+nFI4w7Ebt3M";
# group = "users";
#};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# 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.11"; # Did you read the comment?
} }

View file

@ -4,7 +4,7 @@
imports = [ imports = [
./common.nix ./common.nix
./locales/en_GB.nix ./locales/en_GB.nix
./desktop/plasma.nix ./desktop/xfce.nix
]; ];
networking.hostName = "J0162"; # Define your hostname. networking.hostName = "J0162"; # Define your hostname.

View file

@ -1,6 +1,7 @@
{ ... }: { { ... }: {
imports = [ imports = [
./common.nix ./common.nix
./env
./packages ./packages
./packages/gui/ukaea.nix ./packages/gui/ukaea.nix
./packages/gui/nomachine.nix ./packages/gui/nomachine.nix

View file

@ -1,6 +1,7 @@
{ ... }: { { ... }: {
imports = [ imports = [
./common.nix ./common.nix
./env
./packages ./packages
./packages/gui/gaming.nix ./packages/gui/gaming.nix
./packages/gui/nomachine.nix ./packages/gui/nomachine.nix

View file

@ -4,7 +4,7 @@
imports = [ imports = [
./common.nix ./common.nix
./locales/en_GB.nix ./locales/en_GB.nix
./desktop/plasma.nix ./desktop/xfce.nix
]; ];
networking.hostName = "Vanguard"; # Define your hostname. networking.hostName = "Vanguard"; # Define your hostname.