a
This commit is contained in:
parent
fa5d36d90b
commit
4189b2cf29
@ -104,7 +104,7 @@
|
|||||||
users.users.steph = {
|
users.users.steph = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Steph";
|
description = "Steph";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "dialout" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
librewolf-wayland
|
librewolf-wayland
|
||||||
tdesktop
|
tdesktop
|
||||||
@ -313,6 +313,8 @@ $NEW_PROMPT_COMMAND"
|
|||||||
set -g set-titles-string "#T"
|
set -g set-titles-string "#T"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/desktop/wm/keybindings" = {
|
"org/gnome/desktop/wm/keybindings" = {
|
||||||
|
@ -42,4 +42,10 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
boot.loader.systemd-boot.extraEntries = {
|
||||||
|
"ubuntu.conf" = ''
|
||||||
|
title Ubuntu
|
||||||
|
linux /EFI/ubuntu/shimx64.efi
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user