Compare commits
No commits in common. "b40eb80d0f4a9aded93cbc56227b08c2891f627b" and "a2c21896bc75e31ece11584fdef8d5197ed2f452" have entirely different histories.
b40eb80d0f
...
a2c21896bc
3 changed files with 5 additions and 8 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, inputs, system, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
|
@ -6,9 +6,7 @@
|
|||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
networking.firewall.trustedInterfaces = [ "p2p-dev-wl+" "p2p-wl+" ];
|
||||
networking.firewall.trustedInterfaces = [ "p2p-wl+" ];
|
||||
|
||||
environment.systemPackages =
|
||||
with inputs.nixpkgs-nixos-unstable.legacyPackages."${system}".pkgs;
|
||||
[ gnome-network-displays ];
|
||||
environment.systemPackages = with pkgs; [ gnome-network-displays ];
|
||||
}
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
koreader
|
||||
krusader
|
||||
libreoffice
|
||||
logseq
|
||||
mediainfo
|
||||
mindforger
|
||||
modem-manager-gui
|
||||
|
@ -47,7 +46,6 @@
|
|||
nyxt
|
||||
obs-studio
|
||||
openscad
|
||||
organicmaps
|
||||
passff-host
|
||||
pdfarranger
|
||||
pkgs.gsettings-desktop-schemas
|
||||
|
@ -59,6 +57,7 @@
|
|||
simple-scan
|
||||
spotify
|
||||
ssb-patchwork
|
||||
logseq
|
||||
tigervnc
|
||||
tlaplusToolbox
|
||||
tlaps
|
||||
|
|
Loading…
Reference in a new issue