Skip to content

Commit

Permalink
updated flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sly-Harvey committed Apr 24, 2024
1 parent bcc1036 commit 24cbf5c
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
72 changes: 36 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "BEST FLAKE EVER MADE";
description = "A simple flake for an atomic system";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
Expand All @@ -26,7 +26,7 @@

outputs = {nixpkgs, ...} @ inputs: let

username = "harvey"; # REPLACE THIS WITH YOUR USERNAME!!!! (if manually installing, this is Required.)
username = "harvey"; # REPLACE THIS WITH YOUR USERNAME!!! (if manually installing, this is Required.)
system = "x86_64-linux"; # REPLACE THIS WITH YOUR ARCHITECTURE (Rarely need to)
locale = "en_GB.UTF-8"; # REPLACE THIS WITH YOUR LOCALE
timezone = "Europe/London"; # REPLACE THIS WITH YOUR TIMEZONE
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop/hyprland/hypr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
$mainMod = SUPER
$launcher = pkill rofi || rofi -show drun -modi drun,filebrowser,run,window -theme ~/.config/rofi/launchers/type-2/style-2.rasi
$term = alacritty
$editor = codium
$editor = codium --disable-gpu
$file = $term -e lf
$browser = firefox
Expand Down
2 changes: 1 addition & 1 deletion modules/hardware/nvidia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
hardware = {
nvidia = {
open = false;
nvidiaSettings = true;
nvidiaSettings = false;
powerManagement.enable = true;
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
Expand Down
8 changes: 4 additions & 4 deletions modules/programs/vscodium/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
username,
pkgs,
...
{ username
, pkgs
, ...
}: {
home-manager.users.${username} = _: {
programs.vscode = {
enable = true;
package = pkgs.vscodium;
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
#jnoortheen.nix-ide
arrterian.nix-env-selector
eamodio.gitlens
github.vscode-github-actions
Expand Down

0 comments on commit 24cbf5c

Please sign in to comment.