Compare commits
2 commits
a2c21896bc
...
b40eb80d0f
Author | SHA1 | Date | |
---|---|---|---|
b40eb80d0f | |||
ba755f300f |
3 changed files with 8 additions and 5 deletions
|
@ -11,7 +11,7 @@ in {
|
|||
];
|
||||
|
||||
security.allowUserNamespaces = true;
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
environment.enableDebugInfo = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, inputs, system, ... }: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
|
@ -6,7 +6,9 @@
|
|||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
networking.firewall.trustedInterfaces = [ "p2p-wl+" ];
|
||||
networking.firewall.trustedInterfaces = [ "p2p-dev-wl+" "p2p-wl+" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ gnome-network-displays ];
|
||||
environment.systemPackages =
|
||||
with inputs.nixpkgs-nixos-unstable.legacyPackages."${system}".pkgs;
|
||||
[ gnome-network-displays ];
|
||||
}
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
koreader
|
||||
krusader
|
||||
libreoffice
|
||||
logseq
|
||||
mediainfo
|
||||
mindforger
|
||||
modem-manager-gui
|
||||
|
@ -46,6 +47,7 @@
|
|||
nyxt
|
||||
obs-studio
|
||||
openscad
|
||||
organicmaps
|
||||
passff-host
|
||||
pdfarranger
|
||||
pkgs.gsettings-desktop-schemas
|
||||
|
@ -57,7 +59,6 @@
|
|||
simple-scan
|
||||
spotify
|
||||
ssb-patchwork
|
||||
logseq
|
||||
tigervnc
|
||||
tlaplusToolbox
|
||||
tlaps
|
||||
|
|
Loading…
Reference in a new issue