half-way finished migration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#+TITLE: JawZ NixOS workstation configuration
|
||||
#+AUTHOR: Danilo Reyes
|
||||
#+PROPERTY: header-args :tangle configuration.nix
|
||||
#+auto_tangle: t
|
||||
# #+PROPERTY: header-args :tangle configuration.nix
|
||||
# #+auto_tangle: t
|
||||
|
||||
* TODO [0/6]
|
||||
- [ ] System configurations [0/8]
|
||||
@@ -69,7 +69,7 @@ passwords and other secrets.
|
||||
imports = [
|
||||
# <agenix/modules/age.nix>
|
||||
./fstab.nix
|
||||
./docker.nix
|
||||
# ./docker.nix
|
||||
(import "${home-manager}/nixos")
|
||||
# nixGaming.nixosModules.pipewireLowLatency
|
||||
];
|
||||
@@ -405,9 +405,9 @@ gnome.gnome-tweaks # tweaks for the gnome desktop environment
|
||||
|
||||
# Fonts
|
||||
(nerdfonts.override {
|
||||
fonts = [ "Agave" "CascadiaCode" "SourceCodePro"
|
||||
"ComicShannsMono" "OpenDyslexic"
|
||||
"Ubuntu" "FiraCode" "Iosevka" ];
|
||||
fonts = [ "CascadiaCode"
|
||||
"ComicShannsMono"
|
||||
"Iosevka" ];
|
||||
})
|
||||
symbola
|
||||
(papirus-icon-theme.override {
|
||||
@@ -435,7 +435,7 @@ mypaint-brushes # but it's got some
|
||||
mypaint-brushes1 # nice damn brushes
|
||||
# drawpile # arty party with friends!!
|
||||
|
||||
pureref # create inspiration/reference boards
|
||||
# pureref # create inspiration/reference boards
|
||||
#+end_src
|
||||
|
||||
*** GAMING
|
||||
@@ -922,7 +922,7 @@ environment = {
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
wget
|
||||
gwe
|
||||
# gwe
|
||||
];
|
||||
variables = rec {
|
||||
# PATH
|
||||
|
||||
Reference in New Issue
Block a user