Update configuration.nix
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
imports = [
|
||||
./flatpak.nix
|
||||
];
|
||||
|
||||
############################################################
|
||||
# BOOTLOADER - SYSTEMD-BOOT
|
||||
############################################################
|
||||
@@ -167,6 +172,7 @@
|
||||
wget
|
||||
openssh
|
||||
|
||||
bazaar
|
||||
obsidian
|
||||
libreoffice
|
||||
keepassxc
|
||||
@@ -182,7 +188,7 @@
|
||||
services.flatpak.enable = true;
|
||||
|
||||
############################################################
|
||||
# GIT AUTO-UPDATE SCRIPT test
|
||||
# GIT AUTO-UPDATE SCRIPT
|
||||
############################################################
|
||||
|
||||
environment.etc."update-nixos-config.sh".text = ''
|
||||
|
||||
Reference in New Issue
Block a user