Update config for changes

This commit is contained in:
Thomas Avé 2025-10-27 16:10:20 +07:00
parent 5c942edffe
commit c13bb08afa
6 changed files with 29 additions and 29 deletions

View File

@ -10,11 +10,11 @@
]
},
"locked": {
"lastModified": 1758282730,
"narHash": "sha256-qoYGVqRtPbwxZhlr4McXxmFnpRCGA8pNIX3fmKgk21Y=",
"lastModified": 1761391130,
"narHash": "sha256-v7NoATfY4fnhkfvpSiznS8J6uV6Nyx7kbri/VSGxC3M=",
"owner": "aylur",
"repo": "ags",
"rev": "aaae4d2b8cce370e6aceb2082b5c248b799c0e4d",
"rev": "83f4895c64b93b4a0993c336be159a7c117406c9",
"type": "github"
},
"original": {
@ -30,11 +30,11 @@
]
},
"locked": {
"lastModified": 1757497936,
"narHash": "sha256-BSfvr7wdY5SbathVlrOW7vCyI9UGVIe2b9rTJ0O5IKo=",
"lastModified": 1761246688,
"narHash": "sha256-U2r3/DKgr9Fq1yqWLCbKMSqRf8a1JctD0kj/ftBClsg=",
"owner": "aylur",
"repo": "astal",
"rev": "344a6dce56437a190b99e516a6cab8332cccf19e",
"rev": "189bf73016c26d7d32729a913d6436cd7b1a0885",
"type": "github"
},
"original": {
@ -132,11 +132,11 @@
]
},
"locked": {
"lastModified": 1758375677,
"narHash": "sha256-BLtD+6qWz7fQjPk2wpwyXQLGI0E30Ikgf2ppn2nVadI=",
"lastModified": 1761530345,
"narHash": "sha256-+9+YCK9Lh6GThkXu/8JTxMFUnImIdZpb8ElUh6/F5Y8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "edc7468e12be92e926847cb02418e649b02b59dd",
"rev": "bbaeb9f1c29e79bb1653b32c3d73244cdf4bd888",
"type": "github"
},
"original": {
@ -184,11 +184,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1758277210,
"narHash": "sha256-iCGWf/LTy+aY0zFu8q12lK8KuZp7yvdhStehhyX1v8w=",
"lastModified": 1761373498,
"narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8eaee110344796db060382e15d3af0a9fc396e0e",
"rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce",
"type": "github"
},
"original": {
@ -200,11 +200,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1758277210,
"narHash": "sha256-iCGWf/LTy+aY0zFu8q12lK8KuZp7yvdhStehhyX1v8w=",
"lastModified": 1761373498,
"narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8eaee110344796db060382e15d3af0a9fc396e0e",
"rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce",
"type": "github"
},
"original": {
@ -236,11 +236,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1758381358,
"narHash": "sha256-3edVTFHJavTAZH4D0MMraM+4JxrxXWeizQvlCWXcKnE=",
"lastModified": 1761550433,
"narHash": "sha256-fvYJ6oAimCE2JGs0edkhCKql+e7aXErwR0GkQO3zAJ0=",
"owner": "nix-community",
"repo": "NUR",
"rev": "62688dab3927fc080aad78d6814250b65cac1261",
"rev": "17884375f0b583c0845d4ee6a094d58d7a62f5ea",
"type": "github"
},
"original": {

View File

@ -25,7 +25,7 @@ in
vscode
texliveFull
gnome-power-manager
jetbrains.pycharm-professional
# jetbrains.pycharm-professional
discord
smile
];
@ -54,4 +54,5 @@ in
programs.alacritty.settings.font.size = 13;
programs.kitty.font.size = 15;
programs.foot.settings.main.font = pkgs.lib.mkForce "DejaVu Sans Mono:size=15";
}

View File

@ -3,12 +3,16 @@
{
programs.git = {
enable = true;
userName = "Thomas Avé";
userEmail = "email@thomasave.be";
lfs.enable = true;
aliases = {
s = "status";
a = "add";
settings = {
aliases = {
s = "status";
a = "add";
};
user = {
name = "Thomas Avé";
email = "email@thomasave.be";
};
};
ignores = [
"*.direnv/"

View File

@ -54,7 +54,6 @@ in {
# virtualisation
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.qemu.ovmf.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
programs.virt-manager.enable = true;
users.users.user.extraGroups = [ "libvirtd" ];

View File

@ -60,7 +60,6 @@ in {
# virtualisation
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.qemu.ovmf.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
programs.virt-manager.enable = true;
users.users.user.extraGroups = [ "libvirtd" ];

View File

@ -2,7 +2,4 @@
{
programs.adb.enable = true;
users.users.user.extraGroups = ["adbusers"];
services.udev.packages = [
pkgs.android-udev-rules
];
}